﻿@charset "utf-8";

/* 首页 */

.bg {
  width: 0;
  height: 0;
  background-color: #c61217;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transition: all ease 0.15s;
}

.HomeTit {
  line-height: 40px;
}

.HomeTit .more i {
  font-size: 16px;
}

.HomeTit .name {
  padding-left: 16px;
}

.HomeTit .name i {
  position: absolute;
  width: 5px;
  height: 30px;
  left: 0;
  top: 50%;
  margin-top: -15px;
  background: #c61217;
}

.HomeTit .name .pfm,
.HomeTit .name em {
  display: inline-block;
  vertical-align: middle;
}

.HomeTit .name .pfm {
  font-size: 34px;
}

.HomeTit .name em {
  font-size: 16px;
  color: #999;
  margin-left: 10px;
}

.Banner .item img {
  display: block;
  width: 100%;
}

.Banner .item .mobile {
  display: none;
}

.Banner .slick-current img {
  -webkit-animation: scale-bg 8s ease-in-out 0s 1 alternate forwards;
  animation: scale-bg 8s ease-in-out 0s 1 alternate forwards;
}

.Banner .slick-dots {
  position: absolute;
  width: 100%;
  height: 10px;
  line-height: 10px;
  text-align: center;
  bottom: 18%;
  z-index: 99;
}

.Banner .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.Banner .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 0;
  cursor: pointer;
  padding: 0;
  font-size: 0;
}

.Banner .slick-dots li.slick-active button {
  background: #c6181a;
}

@-webkit-keyframes scale-bg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@keyframes scale-bg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

.HomeFast,
.HomeEnter {
  position: absolute;
  left: 0;
  width: 100%;
}

.HomeFast {
  bottom: 0;
  z-index: 9;
}

.HomeFast .w1400 {
  /* background: rgba(0, 0, 0, 0.5); */
}

.HomeFast .w1400 .slick-track {
  background: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}

.HomeFast .item {
  position: relative;
}

.HomeFast .item a {
  display: block;
  background: url(../images/line2.png) no-repeat left center;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.HomeFast .item .icon {
  width: 50px;
  margin: 0 auto;
}

.HomeFast .item:hover .bg {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

.HomeFast .slick-arrow {
  width: 12px;
  height: 20px;
  margin-top: -10px;
}

.HomeFast .slick-prev {
  left: -30px;
  background-image: url(../images/prev.png);
}

.HomeFast .slick-next {
  right: -30px;
  background-image: url(../images/next.png);
}

.HomeEnter {
  top: 50%;
  margin-top: -300px;
  z-index: 10;
}

.HomeEnter ul {
  width: 200px;
  float: right;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 25px 22px;
}

.HomeEnter li {
  line-height: 50px;
  overflow: hidden;
}

.HomeEnter li .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}

.HomeEnter li .icon1 {
  display: none;
}

.HomeEnter li span {
  font-size: 16px;
  color: #fff;
}

.HomeEnter li a:hover span {
  color: #c61217;
}

.HomeEnter li i {
  width: 48%;
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
}

.HomeEnter li i.on {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

.HomeEnter li dl.on {
  display: block;
}

.HomeEnter li.on i {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

.HomeEnter li dl {
  padding-left: 44px;
  display: none;
}

.HomeEnter li dl dd {
  line-height: 35px;
  font-size: 14px;
}

.HomeEnter li dl dd a {
  color: #fff;
}

.HomeEnter li dl dd a:hover {
  color: #c61217;
}

.HomeEnter_01 {
  top: 62px;
  margin-top: 0;
  box-sizing: border-box;
  right: 0;
  left: auto;
  display: none;
  width: 254px;
}

.HomeEnter_01 ul {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  text-align: left;
  width: 210px;
}

.HomeEnter_01 ul li a {
  display: inline-block !important;
}

@media (max-width: 1440px) {
  .HomeTit .name .pfm {
    font-size: 24px;
  }
  .HomeEnter {
    margin-top: -200px;
  }
  .HomeEnter ul {
    padding: 10px;
  }
  .HomeEnter li span {
    font-size: 14px;
    color: #fff;
  }
  .HomeEnter .w1400 {
    width: 90%;
  }
  .HomeEnter li {
    line-height: 40px;
  }
  .HomeEnter_01 {
    margin-top: 0px;
  }
}

@media (max-width: 640px) {
  .HomeEnter li i {
    display: inline-block !important;
  }
}

@media (max-width: 480px) {
  .HomeFast .item .icon {
    margin: unset;
  }
  .HomeFast .item a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.FloatBox {
  width: 70px;
  line-height: 70px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 12;
}

.FloatBox dd {
  position: relative;
  text-align: center;
  margin-bottom: 1px;
}

.FloatBox dd a {
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
}

.FloatBox dd img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}

.FloatBox dd .hidebox {
  position: absolute;
  z-index: 1;
  width: 150px;
  top: 0;
  left: 150px;
  background: #c61217;
  color: #fff;
  font-size: 16px;
  transition: 300ms;
}

.FloatBox dd:hover .hidebox {
  display: block;
  left: -150px;
}

.FloatBox dd:hover .bg {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

@media (max-width: 1440px) {
  .FloatBox {
    width: 50px;
    line-height: 50px;
  }
  /*.FloatBox dd img {*/
  /*    width: 70%;*/
  /*}*/
}

.FloatBox img {
  width: 70px;
  /*height: 70px;*/
}

@media (max-width: 1440px) {
  .FloatBox dd img {
    width: 50px;
    /*height: 50px;*/
  }
}

.HomeBank {
  background-image: url(../images/boxbg.jpg);
}

.HomeBank .ykhbox {
  width: 32.857%;
}

.HomeBank .ykhbox .Scale-img {
  height: 530px;
}

.HomeBank .ykhbox .con {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 24px 174px 20px 30px;
}

.HomeBank .ykhbox .con .tit {
  font-size: 20px;
  margin-bottom: 12px;
  color: #fff;
}

.HomeBank .ykhbox .con .p {
  color: rgba(255, 255, 255, 0.7);
}

.HomeBank .ykhbox .con .more {
  position: absolute;
  right: 20px;
  bottom: 25px;
  width: 100px;
  line-height: 40px;
  border-radius: 30px;
  background: #c61217;
  color: #fff;
  text-align: center;
}

.HomeBank .list {
  width: 31.428%;
  margin-left: 2.142%;
}

.HomeBank .list li {
  background: #fff;
  height: 262px;
  overflow: hidden;
  margin-bottom: 6px;
  box-shadow: 0 10px 80px rgba(0, 0, 0, 0.05);
}

/* .HomeBank .list li:nth-child(2n){margin-bottom: 0;} */

.HomeBank .list li a {
  display: block;
}

.HomeBank .list li .tit {
  font-size: 20px;
  color: #222;
}
.HomeBank .list li .tips {
  color: #c61217;
  font-size: 14px;
  line-height: 38px;
}
.HomeBank .list li .more {
  border: 1px solid #c61217;
  border-radius: 30px;
  width: 100px;
  line-height: 38px;
  text-align: center;
  color: #c61217;
}

.HomeBank .list1 li a {
  padding: 48px 35px;
}

.HomeBank .list1 li .title {
  margin-bottom: 8px;
}

.HomeBank .list1 li .title span {
  width: 53px;
  line-height: 20px;
  background: #d4a949;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
}

.HomeBank .list1 li .p {
  color: #999;
}

.HomeBank .list1 li .p i {
  padding: 0 4%;
}

.HomeBank .list1 li .other {
  margin-top: 28px;
  padding-top: 40px;
  border-top: 1px dashed #ccc;
  line-height: 40px;
  color: #999;
}

.HomeBank .list1 li .other .jz span {
  margin-right: 20px;
}

.HomeBank .list1 li .other .jz span em {
  font-size: 32px;
}

.HomeBank .list1 li .other .jz span i {
  font-size: 18px;
}

.HomeBank .list2 li.i1 a {
  padding: 27px 40px;
}

.HomeBank .list2 .table .table-th,
.HomeBank .list2 .table .table-td {
  height: 34px;
  line-height: 17px;
  border-bottom: 1px solid #f0f0f0;
}

.HomeBank .list2 .table .w1 {
  width: 27.374%;
}

.HomeBank .list2 .table .w2 {
  width: 16.75%;
}

.HomeBank .list2 .table .w3 {
  width: 16.75%;
}

.HomeBank .list2 .table .w4 {
  width: 37.7%;
}

.HomeBank .list2 .TabTit {
  margin-top: 18px;
  border-top: 1px solid #f0f0f0;
}

.TabSlider {
  margin-bottom: 20px;
}

.TabSlider .item {
  color: #666;
}

.HomeBank .list2 li.i2 a {
  padding: 50px 40px 36px;
}

.HomeBank .list2 li.i2 .p {
  margin: 12px 0 25px;
  color: #999;
  -webkit-line-clamp: 3;
}

.HomeBank .list li:hover .tit {
  color: #c61217;
}

.HomeBank .list li:hover .more {
  background: #c61217;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 6px 20px rgba(198, 18, 23, 0.15);
}

.AdvSlider .item a {
  display: block;
  text-align: center;
  width: 100%;
}

.AdvSlider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6%;
  text-align: center;
  z-index: 5;
}

.HomeBox .SlideTxt {
  width: 47.857%;
}

.HomeBox .HomeTit,
.HomeBox .hd,
.HomeBox .more {
  line-height: 68px;
}

.HomeBox .HomeTit {
  border-bottom: 1px solid #ededed;
}

.HomeBox .hd {
  position: absolute;
  left: 140px;
  right: 0;
  top: 0;
  z-index: 2;
}

.HomeBox .hd li {
  padding: 0 5px;
  margin-left: 40px;
  float: left;
  position: relative;
  font-size: 24px;
  font-family: "pfm";
}

.HomeBox .hd li a {
  display: block;
  color: #222;
}

.HomeBox .hd li i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #c61217;
  opacity: 0;
}

.HomeBox .hd li.on a {
  color: #c61217;
}

.HomeBox .hd li.on i {
  opacity: 1;
}

.HomeBox .more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.NewsBox dd.first {
  height: auto;
  margin-bottom: 28px;
}

.NewsBox dd.first .Scale-img {
  width: 26.865%;
  height: 120px;
  float: left;
  border-radius: 10px;
}

.NewsBox dd.first .con {
  width: 70%;
  float: right;
  line-height: 24px;
}

.NewsBox dd.first .con .tit {
  font-size: 18px;
  color: #c61217;
}

.NewsBox dd.first .con .date {
  display: block;
  margin: 12px 0 7px;
  font-size: 16px;
  color: #c9c9c9;
}

.NewsBox dd.first .con .p {
  -webkit-line-clamp: 2;
  color: #999;
}

.NewsBox dd {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.NewsBox dd .time {
  float: right;
  color: #d0d0d0;
  margin-left: 10px;
}

.NewsBox dd .tit {
  color: #444;
  font-size: 16px;
}

.NewsBox dd i {
  color: #c61217;
  font-size: 24px;
  margin-right: 6px;
}

.NewsBox dd:hover .tit {
  color: #c61217;
}

.HomeAbout .Scale-img {
  width: 37.313%;
  height: 340px;
  float: left;
}

.HomeAbout .con {
  width: 57.611%;
  float: right;
}

.HomeAbout .con .tit {
  font-size: 24px;
  line-height: 28px;
  height: 28px;
  color: #222;
}

.HomeAbout .con .number {
  margin: 14px 0 20px;
  font-size: 16px;
  line-height: 26px;
}

.HomeAbout .con .number span {
  font-size: 26px;
}

.HomeAbout .con .number i {
  display: block;
  width: 20px;
  height: 2px;
  margin-top: 15px;
  background: #c61217;
}

.HomeAbout .con .p {
  font-size: 16px;
  line-height: 30px;
  color: #999;
  -webkit-line-clamp: 5;
}

.HomeAbout .con .detail {
  display: block;
  font-size: 16px;
  width: 140px;
  line-height: 50px;
  margin-top: 30px;
  background: #c61217;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  box-shadow: 0 10px 80px rgba(198, 18, 23, 0.15);
}

.HomeService .list li {
  width: 12.5%;
  float: left;
  text-align: center;
}

.HomeService .list li .icons {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.HomeService .list li .icons img {
  border-radius: 50%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.HomeService .list li span {
  display: block;
  line-height: 26px;
  margin-top: 20px;
  font-size: 18px;
  color: #555;
}

.HomeService .list li:hover .icons img {
  box-shadow: 0 10px 40px rgba(198, 18, 23, 0.2);
}

.HomeService .list li:hover span {
  color: #c61217;
}

@media (max-width: 1440px) {
  .HomeFast .slick-prev {
    left: 0;
  }
  .HomeFast .slick-next {
    right: 0;
  }
  .HomeBank .list1 li a {
    padding: 48px 20px;
  }
  .HomeBank .list1 li .other .jz span em {
    font-size: 25px;
  }
  .HomeBank .list2 li.i1 a {
    padding: 27px 20px;
  }
  .HomeBank .list2 li.i2 a {
    padding: 50px 20px 36px;
  }
  .HomeBox .hd li {
    font-size: 18px;
  }
  .HomeAbout .con .tit {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .HomeTit .name .pfm {
    font-size: 24px;
  }
  .HomeFast .item a {
    padding: 10px 0;
  }
  .HomeFast .item .icon {
    width: 38px;
  }
  .HomeEnter {
    position: static;
    margin-top: 0;
  }
  .HomeEnter ul {
    width: auto;
    float: none;
    border-radius: 0;
    padding: 15px;
    margin: 15px 0;
    background: none;
  }
  .HomeEnter li {
    width: 20%;
    float: left;
    text-align: center;
    line-height: 26px;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px 0;
  }
  .HomeEnter li dl {
    padding-left: 0;
    margin-top: 10px;
  }
  .HomeEnter li .icon {
    margin-right: 5px;
  }
  .HomeEnter_01 {
    position: absolute;
  }
  .HomeBank .ykhbox {
    width: 40%;
  }
  .HomeBank .list {
    margin-left: 0;
  }
  .HomeBank .list1 {
    width: 58%;
    float: right;
  }
  .HomeBank .list2 {
    width: auto;
    float: none;
    clear: both;
    margin-left: -2%;
  }
  .HomeBank .list2 li {
    width: 48%;
    float: left;
    margin-left: 2%;
  }
  .HomeBox .hd li {
    font-size: 20px;
    margin-left: 20px;
  }
  .HomeAbout .con .tit {
    font-size: 20px;
  }
  .HomeEnter_01 ul {
    margin: 0;
  }
  .HomeEnter_01 li {
    width: 100%;
    text-align: left;
    line-height: 40px;
  }
  .HomeEnter_01 li span {
    display: inline-block !important;
  }
}

@media (max-width: 1024px) {
  .HomeBank .ykhbox .con {
    padding: 20px 15px;
  }
  .HomeBank .ykhbox .con .more {
    position: static;
    margin-top: 10px;
  }
  .HomeBox .HomeTit,
  .HomeBox .hd,
  .HomeBox .more {
    line-height: 40px;
  }
  .HomeBox .HomeTit {
    margin-bottom: 15px;
  }
  .HomeBox .hd {
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }
  .HomeBox .hd li {
    display: inline-block;
    float: none;
    margin: 0 5px;
  }
  .HomeService .list li {
    width: 25%;
    margin-bottom: 15px;
  }
  .HomeService .list li span {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .Banner .item .pc {
    display: none;
  }
  .Banner .item .mobile {
    display: block;
  }
  .HomeTit .name .pfm {
    font-size: 20px;
  }
  .HomeTit .name em {
    font-size: 14px;
  }
  .FloatBox {
    width: 40px;
    line-height: 40px;
  }
  .FloatBox dd img {
    width: 40px;
    height: 40px;
  }
  .HomeEnter li {
    width: 33.3333%;
    text-align: left;
  }
  .HomeBank .ykhbox,
  .HomeBank .list1,
  .HomeBank .list2 li,
  .HomeBox .SlideTxt {
    width: auto;
    float: none;
  }
  .HomeBank .list li {
    height: auto;
  }
  .HomeBank .list1 li a,
  .HomeBank .list2 li.i1 a,
  .HomeBank .list2 li.i2 a {
    padding: 20px 15px;
  }
  .HomeBank .list1 li .other {
    margin-top: 20px;
    padding-top: 20px;
  }
  .HomeBank .list2 {
    margin-left: 0;
  }
  .HomeBank .list2 li {
    margin-left: 0;
  }
  .HomeBox {
    margin-top: -15px;
  }
  .HomeBox .SlideTxt {
    margin: 15px 0 0;
  }
  .HomeBox .hd li {
    font-size: 18px;
  }
  .HomeAbout .con .tit {
    font-size: 18px;
  }
  .HomeService .list li .icons {
    width: 80px;
    height: 80px;
  }
  .HomeEnter_01 ul {
    margin: 0;
  }
  .HomeEnter_01 li {
    width: 100%;
    text-align: left;
  }
  .HomeEnter_01 li span {
    display: inline-block !important;
  }
}

@media (max-width: 480px) {
  .HomeTit .name em {
    display: none;
  }
  .HomeFast .item a,
  .HomeEnter li span {
    font-size: 14px;
  }
  .HomeEnter2 li {
    width: 70%;
    float: none;
    background-color: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-left: 30%;
  }
  .HomeEnter2 li:last-child {
    margin-bottom: 0;
  }
  .HomeEnter2 li img {
    margin-right: 3%;
  }
  .HomeEnter2 li .icon {
    display: none;
  }
  .HomeEnter2 li .icon1 {
    display: inline-block;
  }
  .HomeEnter2 li.on {
    background-color: #c61217;
  }
  .HomeEnter2 li.on .icon1 {
    display: none;
  }
  .HomeEnter2 li.on .icon {
    display: inline-block;
  }
  .HomeEnter2 li span {
    color: #222222;
    font-size: 16px;
  }
  .HomeEnter2 li.on a span {
    color: #ffffff;
  }
  .HomeEnter2 li dl {
    padding-left: 13%;
  }
  .HomeBank .ykhbox .Scale-img {
    height: 390px;
  }
  .NewsBox dd.first {
    margin-bottom: 10px;
  }
  .NewsBox dd.first .Scale-img {
    height: 100px;
  }
  .NewsBox dd.first .con .tit {
    font-size: 16px;
  }
  .NewsBox dd.first .con .date {
    margin: 5px 0;
    font-size: 14px;
  }
  .NewsBox dd.first .con .p {
    line-height: 20px;
  }
  .NewsBox dd {
    height: 30px;
    line-height: 30px;
  }
  .NewsBox dd .tit {
    font-size: 14px;
  }
  .NewsBox dd .time {
    font-size: 12px;
  }
  .HomeAbout .Scale-img,
  .HomeAbout .con {
    width: auto;
    float: none;
  }
  .HomeAbout .Scale-img {
    margin-bottom: 15px;
  }
  .HomeAbout .con .number {
    margin: 10px 0;
  }
  .HomeAbout .con .p {
    font-size: 14px;
    line-height: 24px;
  }
  .HomeAbout .con .detail {
    line-height: 40px;
    margin-top: 15px;
  }
  .HomeService .list li .icons {
    width: 64px;
    height: 64px;
  }
  .HomeService .list li span {
    margin-top: 5px;
    font-size: 14px;
  }
  .HomeEnter_01 {
    top: 50px;
  }
  .HomeEnter_01 ul {
    margin: 0;
    padding: 0;
  }
  .HomeEnter_01 li {
    width: 90%;
    text-align: left;
    line-height: 40px;
    padding: 0 0 0 10%;
  }
  .HomeEnter_01 li span {
    display: inline-block !important;
  }
}

@media (max-width: 414px) {
  .HomeEnter2 li {
    width: 72%;
    padding-left: 28%;
  }
}

/* 投资理财 */

.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.Financial .ins {
  color: #999;
}

.Financial .list ul {
  margin-left: -3%;
}

.Financial .list li {
  width: 22%;
  float: left;
  margin: 0 0 0 3%;
}

.Financial .list li a {
  display: block;
}

.Financial .list1 li a {
  padding: 30px 15px;
  text-align: center;
  color: #666;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.04);
}

.Financial .list1 li .tit {
  font-size: 20px;
  height: 30px;
  color: #333;
}

.Financial .list1 li .sort {
  display: inline-block;
  padding: 0 9px;
  background: #d4a949;
  color: #fff;
  line-height: 20px;
  border-radius: 5px;
  margin: 9px 0 13px;
}

.Financial .list1 li .con {
  border-top: 1px solid #f3f3f3;
  padding-top: 20px;
}

.Financial .list1 li .number {
  margin-bottom: 18px;
}

.Financial .list1 li .number span i {
  font-size: 32px;
}

.Financial .list1 li .other i {
  padding: 0 4%;
}

.Financial .list1 li .buybtn {
  max-width: 160px;
  line-height: 35px;
  font-size: 14px;
  margin: 25px auto 0;
  background: #c61217;
  color: #fff;
  border-radius: 6px;
}

.Financial .list1 li:hover a {
  box-shadow: 0 15px 44px rgba(198, 18, 23, 0.1);
}

.Financial .list1 li:hover .tit {
  color: #c61217;
}

.Financial .list2 li {
  width: 30.33%;
}

.Financial .list2 li .Scale-img {
  height: 290px;
}

.Financial .list2 li .con {
  padding: 20px 0 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}

.Financial .list2 li .con .tit {
  height: 24px;
  font-size: 20px;
  margin-bottom: 6px;
}

.Financial .list2 li .con .p {
  line-height: 18px;
  height: 54px;
  -webkit-line-clamp: 3;
  color: #999;
}

.Financial_tool .list li {
  width: 33.33%;
  float: left;
}

.Financial_tool .list li a {
  display: block;
  border-right: 1px solid #ebe3e3;
  background: #fff;
  text-align: center;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.05);
  padding: 40px 0;
}

.Financial_tool .list li:nth-child(3n) a {
  border-right: none;
}

.Financial_tool .list li .icons {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.Financial_tool .list li span {
  display: block;
  margin-top: 20px;
  font-size: 20px;
}

.Financial_tool .list li:hover a {
  background: #c61217;
  color: #fff;
  box-shadow: 0 15px 44px rgba(198, 18, 23, 0.1);
}

@media (max-width: 1024px) {
  .Financial .list1 li .tit,
  .Financial .list2 li .con .tit,
  .Financial_tool .list li span {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .Financial .list ul {
    margin-left: -2%;
  }
  .Financial .list li {
    width: 48%;
    margin: 0 0 15px 2%;
  }
  .Financial .list1 li a {
    padding: 15px;
  }
  .Financial .list1 li .number {
    margin-bottom: 10px;
  }
  .Financial .list1 li .number span i {
    font-size: 26px;
  }
  .Financial .list1 li .buybtn {
    margin-top: 10px;
  }
  .Financial_tool .list li a {
    padding: 20px 0;
  }
  .Financial_tool .list li .icons {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 480px) {
  .Financial .list li {
    width: auto;
    float: none;
  }
  .Financial .list2 li .con .p {
    height: auto;
  }
  .Financial .list2 li .Scale-img {
    height: 220px;
  }
  .Financial_tool .list li {
    width: 50%;
    border-bottom: 1px solid #ebe3e3;
  }
  .Financial_tool .list li:nth-child(2n) a {
    border-right: none;
  }
}

/* 快乐储蓄 */

.HappySave ul {
  margin-left: -4%;
}

.HappySave li {
  width: 46%;
  float: left;
  margin: 0 0 3% 4%;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.HappySave li .Scale-img {
  height: 360px;
}

.HappySave li .con {
  padding: 4% 6%;
  background-image: url(../images/sign.png);
  background-repeat: no-repeat;
  background-position: 30px 9px;
}

.HappySave li .con .tit {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
}

.HappySave li .con .p {
  line-height: 30px;
  height: 90px;
  -webkit-line-clamp: 3;
  color: #999;
  padding-left: 30px;
  position: relative;
  margin: 10px 0 26px;
}

.HappySave li .con .p i {
  position: absolute;
  left: 0;
  width: 1px;
  background: #c61217;
  height: 70px;
  top: 50%;
  margin-top: -35px;
}

@media (max-width: 1024px) {
  .HappySave li .Scale-img {
    height: 260px;
  }
  .HappySave li .con {
    padding: 15px;
  }
  .HappySave li .con .tit {
    font-size: 16px;
  }
  .HappySave li .con .p {
    padding-left: 20px;
    line-height: 24px;
    height: 48px;
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .HappySave li .Scale-img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .HappySave ul {
    margin-left: 0;
  }
  .HappySave li {
    width: 100%;
    float: left;
    margin: 0 0 15px;
  }
  .HappySave li .con .p {
    height: auto;
  }
}

/* 消费贷款 */

.ConsumerLoan ul {
  margin-left: -2%;
}

.ConsumerLoan li {
  width: 31.333%;
  margin-left: 2%;
  float: left;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.ConsumerLoan li .Scale-img {
  height: 300px;
}

.ConsumerLoan li .con {
  border: 1px solid #f2f2f2;
  padding: 4% 6%;
}

.ConsumerLoan li .con .tit {
  font-size: 20px;
  line-height: 30px;
  height: 30px;
}

.ConsumerLoan li .con .p {
  line-height: 25px;
  height: 50px;
  -webkit-line-clamp: 2;
  color: #999;
  margin: 12px 0 0;
}

.ConsumerLoan li .more {
  line-height: 59px;
  padding: 0 6%;
  border: 1px solid #f2f2f2;
  border-top: none;
}

.OperatingLoan li .con .p {
  height: 75px;
  -webkit-line-clamp: 3;
}

.OperatingLoan li {
  width: 23%;
}

.OperatingLoan li .Scale-img {
  padding-top: 66%;
  height: unset;
}
@media screen and (min-width: 0\0) {
  .OperatingLoan li .Scale-img {
    height: auto !important;
  }
}
@media (max-width: 1024px) {
  .ConsumerLoan li .Scale-img {
    height: 220px;
  }
  .OperatingLoan li .Scale-img {
    height: unset;
  }
  .ConsumerLoan li .con {
    padding: 15px;
  }
  .ConsumerLoan li .con .tit {
    font-size: 16px;
  }
  .ConsumerLoan li .con .p {
    margin-top: 5px;
  }
  .ConsumerLoan li .more {
    padding: 0 15px;
    line-height: 45px;
  }
}

@media (max-width: 768px) {
  .ConsumerLoan li {
    width: 48%;
    margin-bottom: 3%;
  }
  .ConsumerLoan li .Scale-img {
    height: 160px;
  }
  .OperatingLoan li .Scale-img {
    height: unset;
  }
}

@media (max-width: 640px) {
  .ConsumerLoan ul {
    margin-left: 0;
  }
  .ConsumerLoan li {
    width: 100%;
    float: left;
    margin: 0 0 15px;
  }
  .ConsumerLoan li .Scale-img {
    height: 300px;
  }
  .OperatingLoan li .Scale-img {
    height: unset;
  }
  .ConsumerLoan li .con .p,
  .OperatingLoan li .con .p {
    height: auto;
  }
}

@media (max-width: 480px) {
  .ConsumerLoan li .Scale-img {
    height: 200px;
  }
  .OperatingLoan li .Scale-img {
    height: unset;
  }
}

/* 生活服务 */

.LifeService {
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  padding: 4% 0 0.5%;
}

.LifeService li {
  width: 20%;
  float: left;
  margin-bottom: 4%;
}

.LifeService li .icons {
  width: 160px;
  height: 160px;
  margin: 0 auto 6px;
  border-radius: 50%;
  transition: 500ms;
}

.LifeService li .tit {
  font-size: 18px;
  text-align: center;
}

.LifeService li:hover .icons {
  box-shadow: 0 20px 50px rgba(198, 18, 23, 0.15);
}

@media (max-width: 1024px) {
  .LifeService li .icons {
    width: 100px;
    height: 100px;
  }
  .LifeService li .tit {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .LifeService li .icons {
    width: 80px;
    height: 80px;
  }
  .LifeService li .tit {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .LifeService li {
    width: 50%;
  }
}

/* 网络金融 */

.NetworkFinance .NetworkTit {
  margin: 5% 0 3% 0;
}

.NetworkFinance .NetworkTit .titBox {
  border-bottom: 1px solid #eee;
  font-size: 30px;
  padding-bottom: 2%;
  font-family: pfm;
}

.NetworkFinance_02 .NetworkTit .titBox {
  /* border-bottom: none; */
}

.NetworkFinance li {
  border-bottom: 1px solid #eeeeee;
}

.NetworkFinance_02 li:last-child {
  border-bottom: none;
}

.NetworkFinance li .Scale-img {
  width: 37.857%;
  float: left;
  cursor: default;
}

.NetworkFinance li .Scale-img img {
  width: auto;
  display: inline-block;
}

.NetworkFinance li .con {
  width: 57.142%;
  float: right;
}

/* .NetworkFinance li.odd{background: #f7f7f7;} */

.NetworkFinance li.odd .Scale-img {
  float: right;
  text-align: right;
}

.NetworkFinance li.odd .con {
  float: left;
}

.NetworkFinance li .con .sign {
  margin-bottom: 30px;
}

.NetworkFinance li .con .tit {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 30px;
  height: 30px;
}

.NetworkFinance li .con .p {
  line-height: 30px;
  margin-bottom: 30px;
  color: #999;
}

.NetworkFinance li .other {
  margin-bottom: 50px;
}

.NetworkFinance li .other .name {
  color: #999;
  margin-bottom: 25px;
}

.NetworkFinance li .other dd {
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  text-align: center;
}

.NetworkFinance li .other dd .img {
  display: inline-block;
  border: 1px solid #e6e6e6;
}

.NetworkFinance li .other dd span {
  display: block;
  margin-top: 14px;
}

/* .NetworkFinance li .other dd img{width:175px;} */

.NetWorkEnter ul {
  margin-left: -2%;
}

.NetWorkEnter li {
  width: 31.333%;
  float: left;
  margin-left: 2%;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.NetWorkEnter li a {
  display: block;
  padding: 4%;
  text-align: center;
}

.NetWorkEnter li .Scale-img {
  max-width: 250px;
  margin: 0 auto;
}

.NetWorkEnter li .tit {
  font-size: 24px;
  line-height: 30px;
  margin-top: 12px;
}

@media (max-width: 1100px) {
  .NetworkFinance li .con .sign,
  .NetworkFinance li .con .tit,
  .NetworkFinance li .con .p,
  .NetworkFinance li .other,
  .NetworkFinance li .other .name {
    margin-bottom: 15px;
  }
  .NetworkFinance li .con .sign {
    display: none;
  }
  .NetworkFinance li .con .p {
    line-height: 24px;
  }
  .NetworkFinance li .other dd {
    width: 32.3333%;
    margin-right: 0;
  }
  .NetworkFinance li .other dd span {
    font-size: 12px;
  }
  .NetWorkEnter li a {
    padding: 15px;
  }
  .NetWorkEnter li .tit {
    font-size: 18px;
    margin-top: 5px;
  }
  .NetworkFinance .NetworkTit .titBox {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .NetworkFinance li .Scale-img,
  .NetworkFinance li .con {
    width: auto;
    float: none;
  }
  .NetworkFinance li.odd .Scale-img,
  .NetworkFinance li.odd .con {
    float: none;
  }
  .NetworkFinance li .Scale-img {
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
  }
  .NetworkFinance li .con .tit {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .NetWorkEnter li a {
    padding: 5px;
  }
  .NetWorkEnter li .tit {
    font-size: 16px;
  }
}

/* 客户协议 */

.CommonList ul {
  border-top: 1px solid #ededed;
}

.CommonList li {
  border-bottom: 1px solid #ededed;
  height: 69px;
  line-height: 69px;
  overflow: hidden;
  padding: 0 1%;
}

.CommonList li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  color: #c61217;
  margin-right: 1%;
}

.CommonList li a {
  font-size: 16px;
  color: #666;
}

.CommonList li span {
  float: right;
  color: #999;
  margin-left: 10px;
}

.CommonList li:hover {
  background: #c61217;
  box-shadow: 0 20px 50px rgba(198, 18, 23, 0.1);
}

.CommonList li:hover a,
.CommonList li:hover i,
.CommonList li:hover span {
  color: #fff;
}

.CommonList_01 li:hover {
  /*border-bottom: 1px solid #c61217;*/
  background: none;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.CommonList_01 li:hover a {
  color: #c61217;
}

.CommonList_01 li:hover i {
  color: #c61217;
}

.CommonList_01 li:hover span {
  color: #999;
}

@media (max-width: 768px) {
  .CommonList li {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 480px) {
  .CommonList li a {
    font-size: 14px;
  }
  .CommonList li span {
    font-size: 12px;
  }
}

/* lsq */

/* 信用卡综合页 */

.CreditCard {
}

.CreditCard .Title01 {
  margin-bottom: 10px;
}

.CreditCard .CardAreaBox ul {
  margin-left: -3%;
}

.CreditCard .CardAreaBox ul li {
  width: 22%;
  margin-left: 3%;
  float: left;
}

.CreditCard .CardAreaBox ul li .Scale-img {
  padding-top: 62%;
  border-radius: 10px;
  overflow: hidden;
}

.CreditCard .CardAreaBox ul li .txt {
  text-align: center;
}

.CreditCard .CardAreaBox ul li .txt .tit {
  font-size: 18px;
  margin: 6% 0;
}

.CreditCard .CardAreaBox ul li .txt .more {
  display: block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  background: #c61217;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}

.CreditCard .CardAreaBox ul li .txt .more img {
  margin-left: 0;
}

.Title01 ul {
  display: inline-block;
  margin-left: 10px;
  font-family: pfm;
}

.Title01 ul li {
  display: inline-block;
  padding: 0 15px;
}

.Title01 ul li a {
  color: #666;
  font-size: 18px;
  padding-bottom: 2px;
  position: relative;
}

.Title01 ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #c61217;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Title01 ul li.on a::after {
  width: 100%;
}

.Title01 ul li.on a {
  color: #c61217;
}

.Title01 ul li:hover a::after {
  width: 100%;
}

.Title01 ul li:hover a {
  color: #c61217;
}

.Preferential .bd {
  position: relative;
}

.Preferential .bd .more {
  position: absolute;
  right: 0;
  top: -20px;
  width: 50px;
}

.Preferential .bd .more a {
  color: #c61217;
  font-family: pfm;
}

.Preferential .PreferentialBox {
  margin-left: -2.5%;
}

.Preferential .PreferentialBox .item {
  width: 30.83%;
  margin-left: 2.5%;
  float: left;
}

.Preferential .PreferentialBox .item .Scale-img {
  padding-top: 61%;
  border-radius: 10px;
  overflow: hidden;
}

.Preferential .PreferentialBox .item .tit {
  font-size: 18px;
  margin-top: 3%;
  text-align: center;
  color: #333;
}

.AmortizationLoan .AmortizationLoanBox ul::after {
  content: "";
  display: block;
  clear: both;
}

.AmortizationLoan .AmortizationLoanBox ul {
  margin-left: -2.5%;
}

.AmortizationLoan .AmortizationLoanBox ul li {
  width: 47.5%;
  margin-left: 2.5%;
  float: left;
}

.AmortizationLoan .AmortizationLoanBox ul li .Scale-img {
  padding-top: 56%;
  border-radius: 10px;
  overflow: hidden;
}

.AmortizationLoan .AmortizationLoanBox ul li .txt {
  text-align: center;
}

.AmortizationLoan .AmortizationLoanBox ul li .txt .tit {
  margin: 3% 0 2% 0;
  font-size: 18px;
}

.AmortizationLoan .AmortizationLoanBox ul li .txt .more {
  color: #c61217;
}

.CreditCard_menu {
  background: #f7f7f7;
}

.CreditCard_menu ul::after {
  content: "";
  display: block;
  clear: both;
}

.CreditCard_menu ul li {
  width: 20%;
  float: left;
}

.CreditCard_menu ul li .icons {
  width: 135px;
  height: 135px;
  line-height: 135px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  transition: 400ms;
  -webkit-transition: 400ms;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}

.CreditCard_menu ul li .icons img {
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
  width: auto;
}

.CreditCard_menu ul li:hover .icons {
  background: #c61217;
  box-shadow: 0 10px 20px rgba(198, 18, 23, 0.15);
}

.CreditCard_menu ul li span {
  text-align: center;
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-family: pfm;
}

@media (max-width: 1024px) {
  .CreditCard .CardAreaBox ul li .txt .tit {
    font-size: 16px;
  }
  .CreditCard .CardAreaBox ul li .txt .more a {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
  .Preferential .PreferentialBox .item .tit {
    font-size: 16px;
  }
  .AmortizationLoan .AmortizationLoanBox ul li .txt .tit {
    font-size: 16px;
  }
  .Title01 ul li a {
    font-size: 16px;
  }
  .CreditCard_menu ul li span {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .CreditCard_menu ul li .icons {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

@media (max-width: 640px) {
  .CreditCard .CardAreaBox ul li {
    width: 47%;
    margin-bottom: 20px;
  }
  .CreditCard .CardAreaBox ul li .txt .tit {
    font-size: 14px;
    margin: 5px 0;
  }
  .CreditCard .CardAreaBox ul li .txt .more a {
    width: 80px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
  }
  .CreditCard .CardAreaBox ul li .txt .more img {
    height: 10px;
  }
  .Title01 ul {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  .Title01 ul li {
    padding: 0;
    padding-right: 15px;
  }
  .Title01 ul li a {
    font-size: 14px;
  }
  .Preferential .bd .more {
    top: -17px;
  }
  .Preferential .PreferentialBox .item {
    width: 47.5%;
    margin-bottom: 10px;
  }
  .Preferential .PreferentialBox .item:nth-child(3) {
    width: 97.5%;
  }
  .Preferential .PreferentialBox .item .tit {
    font-size: 14px;
  }
  .AmortizationLoan .AmortizationLoanBox ul li {
    width: 97.5%;
    margin-bottom: 10px;
  }
  .AmortizationLoan .AmortizationLoanBox ul li .txt .tit {
    font-size: 14px;
  }
  .CreditCard_menu ul li .icons {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .CreditCard_menu ul li .icons img {
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
  .CreditCard_menu ul li span {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .CreditCard_menu ul li {
    width: 33.33%;
    margin-bottom: 10px;
  }
  .CreditCard_menu ul li .icons {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .CreditCard_menu ul li .icons img {
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
  }
}

/* 信用卡申请 */

.ApplicationCard {
  margin-left: -2%;
}

.ApplicationCard::after {
  content: "";
  display: block;
  clear: both;
}

.ApplicationCard li {
  width: 23%;
  float: left;
  margin-left: 2%;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
}

.ApplicationCard li .Scale-img {
  padding-top: 63%;
  border-radius: 10px;
  overflow: hidden;
}

.ApplicationCard li .txt .tit {
  font-size: 18px;
  margin: 30px 0 25px 0;
  text-align: center;
}

.ApplicationCard li .txt .txtbtn {
  text-align: center;
  font-family: pfm;
}

.ApplicationCard li .txt .txtbtn a {
  display: inline-block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 10px;
  border-radius: 3px;
}

.ApplicationCard li .txt .txtbtn a img {
  vertical-align: middle;
}

.ApplicationCard li .txt .txtbtn a.btn1 {
  background: #f6f6f8;
  color: #999;
}

.ApplicationCard li .txt .txtbtn a.btn2 {
  background: #c61217;
  color: #fff;
}

.appCardPop {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.appCardPop .appCardBox {
  background: #fff;
  border-radius: 10px;
  width: 300px;
  box-sizing: border-box;
  padding: 50px 40px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.appCardPop .appCardBox .Close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.appCardPop .appCardBox .img {
  display: inline-block;
  padding: 10px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.appCardPop .appCardBox p {
  font-family: pfm;
  color: #c61217;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .ApplicationCard li {
    padding: 10px;
    margin-bottom: 20px;
  }
  .ApplicationCard li .txt .tit {
    font-size: 16px;
    margin: 20px 0 10px 0;
  }
  .ApplicationCard li .txt .txtbtn a {
    width: 80px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin: 5px;
  }
}

@media (max-width: 768px) {
  .ApplicationCard li {
    width: 48%;
  }
}

@media (max-width: 640px) {
  .ApplicationCard li {
    padding: 5px;
    margin-bottom: 10px;
  }
  .ApplicationCard li .txt .tit {
    font-size: 14px;
    margin: 10px 0;
  }
  .ApplicationCard li .txt .txtbtn a img {
    height: 10px;
  }
}

@media (max-width: 480px) {
  .ApplicationCard li .txt .txtbtn a {
    margin: 2px;
    width: 70px;
  }
  .appCardPop .appCardBox {
    width: 250px;
    padding: 30px 20px;
  }
  .appCardPop .appCardBox .Close img {
    height: 15px;
  }
}

/* 优惠活动 */

.CloumnNav_1 {
  line-height: 99px;
  border-bottom: 1px solid #ededed;
  text-align: center;
}

.CloumnNav_1 ul li {
  display: inline-block;
  padding: 0 30px;
  font-family: pfm;
  font-size: 16px;
  position: relative;
  margin: 0;
}

.CloumnNav_1 ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #e7e7e7;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.CloumnNav_1 ul li:first-child::before {
  display: none;
}

.CloumnNav_1 ul li a {
  display: block;
  position: relative;
}

.CloumnNav_1 ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #c61217;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.CloumnNav_1 ul li.on a::after {
  width: 100%;
}

.CloumnNav_1 ul li.on a {
  color: #c61217;
}

.CloumnNav_1 ul li:hover a {
  color: #c61217;
}

.PreferentialAct {
  margin-left: -2.5%;
  overflow: hidden;
}

.PreferentialAct .item {
  width: 30.83%;
  margin-left: 2.5%;
  float: left;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.PreferentialAct .item .Scale-img {
  padding-top: 61%;
  border-radius: 10px;
  overflow: hidden;
}

.PreferentialAct .item .txt .tit {
  font-size: 18px;
  margin: 15px 0;
}

.PreferentialAct .item .txt .p {
  color: #999999;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
}

.PreferentialAct .item .txt .more {
  margin-top: 20px;
  color: #c61217;
}

@media (max-width: 1024px) {
  .CloumnNav_1 {
    line-height: 69px;
  }
  .PreferentialAct .item .txt .tit {
    font-size: 16px;
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .CloumnNav_1 {
    padding: 10px 0;
    line-height: 30px;
  }
  .CloumnNav_1 ul li {
    padding: 0 10px;
    line-height: 30px;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .PreferentialNav ul li {
    padding: 0 10px;
    font-size: 14px;
  }
  .PreferentialAct .item {
    width: 97.5%;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .PreferentialAct .item .txt .more {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
}

/* 分期还款 */

.Amortization {
  margin-left: -2%;
}

.Amortization .item {
  width: 23%;
  float: left;
  margin-left: 2%;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ededed;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.Amortization .item .Scale-img {
  padding-top: 61%;
  border-radius: 10px;
  overflow: hidden;
}

.Amortization .item .txt .tit {
  font-size: 18px;
  margin-top: 30px;
}

.Amortization .item .txt b {
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  margin: 15px 0;
}

.Amortization .item .txt .p {
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  color: #999;
  -webkit-line-clamp: 2;
}

.Amortization .item .txt .more {
  margin: 20px 0;
  color: #c61217;
}

@media (max-width: 1024px) {
  .Amortization .item .txt .tit {
    font-size: 16px;
    margin-top: 10px;
  }
  .Amortization .item .txt b {
    margin: 10px 0;
  }
  .Amortization .item .txt .more {
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .Amortization .item {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .Amortization .item {
    width: 98%;
    margin-bottom: 20px;
  }
}

/* 卡片介绍 */

.CardIntroduction {
  margin-left: -2%;
}

.CardIntroduction .item {
  width: 31.33%;
  float: left;
  margin-left: 2%;
  margin-bottom: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.CardIntroduction .item .Scale-img {
  padding-top: 61%;
  border-radius: 10px;
  overflow: hidden;
}

.CardIntroduction .item .txt {
  border: 1px solid #ededed;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 25px;
}

.CardIntroduction .item .txt .tit {
  font-size: 18px;
}

.CardIntroduction .item .txt b {
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  margin: 15px 0;
}

.CardIntroduction .item .txt .p {
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  color: #999;
  -webkit-line-clamp: 2;
}

.CardIntroduction .item .txt .more {
  margin: 20px 0 0 0;
  color: #c61217;
}

@media (max-width: 1024px) {
  .CardIntroduction .item .txt .tit {
    font-size: 16px;
  }
  .CardIntroduction .item .txt b {
    margin: 10px 0;
  }
  .CardIntroduction .item .txt .more {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 768px) {
  .CardIntroduction .item {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .CardIntroduction .item {
    width: 98%;
    margin-bottom: 20px;
  }
}

/* 卡片介绍详情 */

.CardInfo1 .img {
  text-align: center;
}

.CardInfo2 {
  padding: 60px;
  background: #fff;
}

.CardInfo2 ul::after {
  content: "";
  display: block;
  clear: both;
}

.CardInfo2 ul li {
  width: 20%;
  float: left;
}

.CardInfo2 ul li .icons {
  width: 160px;
  height: 160px;
  margin: 0 auto 10px;
  border-radius: 50%;
  transition: 500ms;
}

.CardInfo2 ul li .tit {
  font-size: 18px;
  text-align: center;
}

.CardInfo2 ul li:hover .icons {
  box-shadow: 0 20px 50px rgb(198, 18, 23, 0.15);
}

.CardInfo2 .title {
  margin-bottom: 30px;
}

.CardInfo2 .title h1 {
  font-size: 24px;
  font-family: pfm;
  padding-left: 15px;
  position: relative;
}

.CardInfo2 .title h1::before {
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  background: #c61217;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

@media (max-width: 1024px) {
  .CardInfo2 {
    padding: 40px;
  }
  .CardInfo2 .title h1 {
    font-size: 20px;
  }
  .CardInfo2 ul li .icons {
    width: 100px;
    height: 100px;
  }
  .CardInfo2 ul li .tit {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .CardInfo2 {
    padding: 20px 10px;
  }
  .CardInfo2 .title {
    margin-bottom: 10px;
  }
  .CardInfo2 .title h1 {
    font-size: 18px;
  }
  .CardInfo2 .title h1::before {
    height: 16px;
    margin-top: -8px;
  }
  .CardInfo2 ul li {
    width: 33.33%;
    margin-bottom: 4%;
  }
  .CardInfo2 ul li .icons {
    width: 80px;
    height: 80px;
    margin-bottom: 5px;
  }
  .CardInfo2 ul li .tit {
    font-size: 15px;
  }
}

/* 登录弹窗 */

.Login {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.Login .LoginBox {
  width: 500px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  margin-left: -250px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 50%;
  top: 50%;
  padding: 3%;
}

.Login .LoginBox .Close {
  position: absolute;
  left: 50%;
  top: -70px;
  margin-left: -25px;
}

.Login .LoginBox h1 {
  font-size: 24px;
  font-family: pfm;
  margin-bottom: 30px;
}

.Login .LoginBox .InputBox {
  height: 54px;
  line-height: 54px;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-left: 54px;
  position: relative;
  font-size: 16px;
}

.Login .LoginBox .InputBox .ico {
  width: 54px;
  height: 54px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.Login .LoginBox .InputBox .ico img {
  vertical-align: middle;
}

.Login .LoginBox .InputBox input {
  width: 100%;
  height: 100%;
  font-family: pf;
  font-size: 16px;
}

.Login .LoginBox .InputBox a {
  color: #999;
}

.Login .LoginBox .InputBox a:hover {
  color: #c61217;
}

.Login .LoginBox .FormBtn {
  margin-top: 40px;
}

.Login .LoginBox .FormBtn button {
  width: 100%;
  height: 54px;
  line-height: 54px;
  color: #fff;
  background: #c61217;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  font-family: pfm;
}

.Login .LoginBox .otherLink {
  font-size: 16px;
  margin-top: 30px;
}

.Login .LoginBox .otherLink ul {
  float: left;
}

.Login .LoginBox .otherLink ul li {
  display: inline-block;
  margin-right: 10px;
}

.Login .LoginBox .otherLink ul li a {
  color: #999;
}

.Login .LoginBox .otherLink ul li a:hover {
  color: #c61217;
}

.Login .LoginBox .otherLink .regbtn {
  float: right;
}

.Login .LoginBox .otherLink .regbtn a {
  color: #c61217;
}

@media (max-width: 1024px) {
  .Login .LoginBox h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .Login .LoginBox {
    width: 320px;
    margin-left: -160px;
    padding: 15px;
  }
  .Login .LoginBox h1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .Login .LoginBox .InputBox {
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .Login .LoginBox .InputBox .ico {
    width: 40px;
    height: 40px;
  }
  .Login .LoginBox .InputBox input {
    font-size: 14px;
  }
  .Login .LoginBox .FormBtn {
    margin-top: 20px;
  }
  .Login .LoginBox .FormBtn button {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .Login .LoginBox .otherLink {
    margin-top: 15px;
    font-size: 14px;
  }
  .Login .LoginBox .Close {
    margin-left: -15px;
    top: -50px;
  }
  .Login .LoginBox .Close img {
    height: 30px;
  }
}

/* 服务指南 */

.SerInformation .ServiceNav {
  width: 20%;
  float: left;
  border: 1px solid #e6e6e6;
  background: url(../uploadfiles/images/navbg.png) no-repeat center bottom;
  box-sizing: border-box;
  padding: 3%;
  min-height: 520px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.SerInformation .ServiceNav ul li {
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-family: pfm;
}

.SerInformation .ServiceNav ul li.on a {
  color: #c61217;
}

.SerInformation .ServiceNav ul li.on a::before {
  display: block;
}

.SerInformation .ServiceNav ul li:hover a {
  color: #c61217;
}

.SerInformation .ServiceNav ul li:hover a::before {
  display: block;
}

.SerInformation .ServiceNav ul li a {
  position: relative;
}

.SerInformation .ServiceNav ul li a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #c61217;
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -1px;
  display: none;
}

.SerInformation .ServiceCon {
  width: 80%;
  float: right;
}

@media (max-width: 1024px) {
  .SerInformation .ServiceNav {
    width: 100%;
    padding: 0;
    min-height: 50px;
    text-align: center;
    background: none;
  }
  .SerInformation .ServiceNav ul li {
    font-size: 16px;
    display: inline-block;
    margin: 0 3%;
  }
  .SerInformation .ServiceCon {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .SerInformation .ServiceNav ul li {
    line-height: 45px;
  }
  .SerInformation .ServiceNav ul li a::before {
    display: none;
  }
  .SerInformation .ServiceNav ul li.on a::before {
    display: none;
  }
}

/* 长沙银行介绍 */

.AboutBox {
  background: url(../uploadfiles/images/aboutbg1.png) no-repeat center center;
}

.AboutBox .AboutTxt {
  width: 50%;
  float: right;
  padding-top: 8%;
}

.AboutBox .AboutTxt h1 {
  font-size: 36px;
  margin-bottom: 3%;
}

.AboutBox .AboutTxt .Con {
  font-size: 14px;
  line-height: 34px;
  color: #999;
  text-indent: 2em;
}

.AboutBox .AboutImg {
  width: 45%;
  float: left;
}

.AboutBox .AboutNum {
  padding: 0 6%;
  margin-top: 3%;
}

.AboutBox .AboutNum ul::after {
  content: "";
  display: block;
  clear: both;
}

.AboutBox .AboutNum ul li {
  width: 25%;
  text-align: center;
  height: 153px;
  background: url(../uploadfiles/images/numbg.png) no-repeat center center;
  font-size: 16px;
  float: left;
  box-sizing: border-box;
  padding-top: 50px;
}

.AboutBox .AboutNum ul li strong {
  font-size: 34px;
  color: #c61217;
  font-weight: bold;
  font-family: pfm;
}

.AboutBox .AboutNum ul li p {
  margin-bottom: 10px;
}

.Nytit {
  text-align: center;
  margin-bottom: 4%;
}

.Nytit h1 {
  font-size: 36px;
  color: #fff;
  font-family: pfm;
  font-weight: normal;
}

.Nytit_1 h1 {
  color: #000;
}

.Characteristics {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.Strategy .StrategyBox ul::after {
  content: "";
  display: block;
  clear: both;
}

.Strategy .StrategyBox ul li {
  width: 12%;
  float: left;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.Strategy .StrategyBox ul li .imgbox {
  padding-top: 440px;
  position: relative;
}

.Strategy .StrategyBox ul li .imgbox span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.Strategy .StrategyBox ul li .imgbox::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.Strategy .StrategyBox ul li .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.Strategy .StrategyBox ul li .txt .txtbox {
  text-align: center;
  padding-top: 75px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.Strategy .StrategyBox ul li .txt .txtbox .line {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
}

.Strategy .StrategyBox ul li .txt .txtbox .ico {
  margin: 30px 0 20px 0;
}

.Strategy .StrategyBox ul li .txt .txtbox h1 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.Strategy .StrategyBox ul li .txt .txtbox .dec {
  display: none;
}

.Strategy .StrategyBox ul li.on {
  width: 40%;
}

.Strategy .StrategyBox ul li.on .txt .txtbox {
  background: rgba(198, 18, 23, 0.8);
}

.Strategy .StrategyBox ul li.on .txt .txtbox .line {
  display: none;
}

.Strategy .StrategyBox ul li.on .txt .txtbox h1 {
  margin-bottom: 0;
}

.Strategy .StrategyBox ul li.on .txt .txtbox b {
  display: block;
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 20px auto;
}

.Strategy .StrategyBox ul li.on .txt .txtbox .dec {
  display: block;
  line-height: 24px;
  color: #fff;
  opacity: 0.5;
  max-width: 70%;
  margin: 0 auto;
}

.Business {
  background: #f5f5f5;
}

.Business .BusinessBox {
  background: url(../uploadfiles/images/aboutbg3.png) no-repeat center bottom
    #fff;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
}

.Business .BusinessBox .item {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 4% 4% 8% 4%;
  min-height: 620px;
}

.Business .BusinessBox .item1 {
  background: url(../uploadfiles/images/logobg.png) no-repeat left 20px top 10px;
}

.Business .BusinessBox .item1 .Scale-img {
  height: 170px;
  margin-bottom: 30px;
}

.Business .BusinessBox .item .itemtit {
  margin-bottom: 30px;
}

.Business .BusinessBox .item .itemtit h1 {
  font-size: 24px;
  padding-left: 15px;
  position: relative;
}

.Business .BusinessBox .item .itemtit h1::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #c61217;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.Business .BusinessBox .item .itemtit b {
  display: block;
  height: 3px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 20px;
}

.Business .BusinessBox .item .Con {
  line-height: 34px;
  color: #999;
}

.Business .BusinessBox .item .Con strong {
  color: #333;
}

.Business .BusinessBox .item2 {
  background: url(../uploadfiles/images/cengbg.png) no-repeat left center;
}

.Characteristics {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.Characteristics .CharacteristicsBox .hdnav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  margin-bottom: 3%;
}

.Characteristics .CharacteristicsBox .hdnav ul li {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
  margin: 0 3%;
  font-size: 20px;
}

.Characteristics .CharacteristicsBox .hdnav ul li a {
  color: #fff;
}

.Characteristics .CharacteristicsBox .hdnav ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.Characteristics .CharacteristicsBox .hdnav ul li.on::before {
  width: 100%;
}

.Characteristics .CharacteristicsBox .bd .Con {
  color: #fff;
  line-height: 34px;
  padding: 60px 0;
  position: relative;
}

.Characteristics .CharacteristicsBox .bd .Con::before,
.Characteristics .CharacteristicsBox .bd .Con::after {
  display: block;
  content: "";
  width: 50px;
  height: 40px;
  position: absolute;
}

.Characteristics .CharacteristicsBox .bd .Con::before {
  background: url(../uploadfiles/images/dh1.png) no-repeat center center;
  top: 0;
  left: 0;
}

.Characteristics .CharacteristicsBox .bd .Con::after {
  background: url(../uploadfiles/images/dh2.png) no-repeat center center;
  bottom: 0;
  right: 0;
}

/* .Culture{background:#f5f5f5;} */

.Culture .slick-list {
  margin-left: -60px;
}

.Culture .item {
  background: #f5f5f5;
  margin-left: 60px;
  padding: 3.5%;
}

.Culture .item .ico {
  width: 110px;
  height: 110px;
  margin: 0 auto;
}

.Culture .item .ico img {
  display: inline-block;
  width: 100%;
}

.Culture .item h1 {
  font-size: 22px;
  font-family: pfm;
  text-align: center;
  margin: 6% 0;
}

.Culture .item .con {
  line-height: 30px;
  color: #999;
  height: 120px;
}

.Culture .slick-arrow {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -15px;
  top: 50%;
  z-index: 99;
}

.Culture .slick-arrow.slick-prev {
  background-image: url(../uploadfiles/images/prev.png);
  left: -50px;
}

.Culture .slick-arrow.slick-next {
  background-image: url(../uploadfiles/images/next.png);
  right: -50px;
}

.Culture .slick-arrow.slick-prev:hover {
  background-image: url(../uploadfiles/images/prevw.png);
}

.Culture .slick-arrow.slick-next:hover {
  background-image: url(../uploadfiles/images/nextw.png);
}

.Branch {
  padding-bottom: 5%;
}

.Branch .BranchBox table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #666666;
  width: 100%;
}

.Branch .BranchBox table td {
  border: 1px solid #666;
  height: 54px;
}

.Branch .BranchBox table td:first-child {
  width: 10%;
  text-align: center;
}

.Branch .BranchBox table td:nth-child(2) {
  width: 20%;
  text-align: center;
}

.Branch .BranchBox table td:nth-child(3) {
  width: 70%;
  box-sizing: border-box;
  padding-left: 5%;
}

.Branch .BranchBox table tr:first-child {
  background: #c61217;
}

.Branch .BranchBox table tr:first-child td {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 1366px) {
  .AboutBox .AboutTxt h1 {
    font-size: 30px;
  }
  .Nytit h1 {
    font-size: 30px;
  }
  .Culture .item {
    padding: 2.5%;
  }
}

@media (max-width: 1024px) {
  .AboutBox .AboutTxt h1 {
    font-size: 25px;
  }
  .Nytit h1 {
    font-size: 25px;
  }
  .AboutBox .AboutTxt .Con {
    line-height: 30px;
  }
  .AboutBox .AboutNum ul li strong {
    font-size: 25px;
  }
  .Strategy .StrategyBox ul li .txt .txtbox h1 {
    font-size: 18px;
  }
  .Business .BusinessBox .item .itemtit h1 {
    font-size: 20px;
  }
  .Business .BusinessBox .item .itemtit b {
    margin-top: 10px;
  }
  .Business .BusinessBox .item .itemtit {
    margin-bottom: 20px;
  }
  .Business .BusinessBox .item .Con {
    line-height: 28px;
  }
  .Characteristics .CharacteristicsBox .bd .Con {
    padding: 40px 0;
  }
  .Characteristics .CharacteristicsBox .bd .Con::before,
  .Characteristics .CharacteristicsBox .bd .Con::after {
    width: 35px;
    height: 30px;
    background-size: 100%;
  }
  .Characteristics .CharacteristicsBox .hdnav ul li {
    font-size: 16px;
  }
  .Culture .item .ico {
    width: 80px;
    height: 80px;
  }
  .Culture .item h1 {
    font-size: 18px;
  }
  .Culture .item {
    padding: 2%;
    margin-left: 20px;
  }
  .Culture .item .con {
    line-height: 25px;
    height: 225px;
  }
  .Culture .slick-list {
    margin-left: -20px;
  }
  .Branch .BranchBox table td {
    height: 45px;
  }
  .Culture .slick-arrow.slick-prev {
    left: 0;
  }
  .Culture .slick-arrow.slick-next {
    right: 0;
  }
}

@media (max-width: 768px) {
  .AboutBox .AboutImg {
    width: 100%;
    margin-top: 20px;
  }
  .AboutBox .AboutTxt {
    width: 100%;
    padding-top: 0;
  }
  .AboutBox .AboutTxt h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .AboutBox .AboutNum {
    padding: 0;
  }
  .AboutBox .AboutNum ul li {
    height: 100px;
    background-size: auto 100%;
    padding-top: 25px;
    font-size: 14px;
  }
  .AboutBox .AboutNum ul li p {
    margin-bottom: 3px;
  }
  .AboutBox .AboutNum ul li strong {
    font-size: 20px;
  }
  .Strategy .StrategyBox ul li.on {
    width: 100%;
  }
  .Strategy .StrategyBox ul li {
    width: 100%;
  }
  .Strategy .StrategyBox ul li .imgbox {
    padding-top: 60%;
  }
  .Business .BusinessBox .item {
    width: 100%;
    min-height: 300px;
  }
}

@media (max-width: 480px) {
  .Nytit h1 {
    font-size: 20px;
  }
  .AboutBox .AboutNum ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .Strategy .StrategyBox ul li .txt .txtbox {
    padding-top: 10px;
  }
  .Strategy .StrategyBox ul li .txt .txtbox .line {
    display: none;
  }
  .Strategy .StrategyBox ul li.on .txt .txtbox .ico {
    margin: 10px 0;
  }
  .Strategy .StrategyBox ul li.on .txt .txtbox h1 {
    font-size: 16px;
  }
  .Strategy .StrategyBox ul li.on .txt .txtbox b {
    margin: 8px auto;
  }
  .Strategy .StrategyBox ul li.on .txt .txtbox .dec {
    max-width: 90%;
    font-size: 13px;
  }
  .Strategy .StrategyBox ul li .txt {
    padding: 10px;
  }
  .Characteristics .CharacteristicsBox .hdnav ul li {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .Branch .BranchBox table tr:first-child td {
    font-size: 14px;
  }
  .Branch .BranchBox table td:nth-child(3) {
    padding: 0 5px;
  }
  .Business .BusinessBox {
    background-size: 100%;
  }
  .Business .BusinessBox .item1 .Scale-img {
    height: 90px;
  }
  .Business .BusinessBox .item .itemtit h1 {
    font-size: 18px;
  }
}

/* 投资者关系 */

.InvestorEdu .TopNew {
  margin-bottom: 4%;
}

.InvestorEdu .TopNew .Scale-img {
  width: 40%;
  float: left;
  padding-top: 380px;
}

.InvestorEdu .TopNew .txt {
  width: 57%;
  float: right;
}

.InvestorEdu .TopNew .txt .tit {
  font-size: 20px;
  margin-top: 3%;
}

.InvestorEdu .TopNew .txt .date {
  color: #c61217;
  font-size: 16px;
  margin: 3% 0;
}

.InvestorEdu .TopNew .txt .p {
  color: #999;
  line-height: 30px;
  -webkit-line-clamp: 5;
}

.InvestorEdu .TopNew .txt .more {
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  background: #c61217;
  margin-top: 3%;
}

.InvestorEdu .InvestorEduList li {
  padding: 3% 0;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding-left: 110px;
}

.InvestorEdu .InvestorEduList li:first-child {
  border-top: 1px solid #e9e9e9;
}

.InvestorEdu .InvestorEduList li .txt {
  padding-left: 20px;
  border-left: 1px solid #e9e9e9;
}

.InvestorEdu .InvestorEduList li .txt .tit {
  font-size: 20px;
}

.InvestorEdu .InvestorEduList li .txt .p {
  color: #999;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  margin: 10px 0 20px 0;
}

.InvestorEdu .InvestorEduList li .txt .more {
  color: #c61217;
}

.InvestorEdu .InvestorEduList li .date {
  width: 110px;
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  margin-top: -30px;
}

.InvestorEdu .InvestorEduList li .date p {
  font-size: 40px;
  color: #c61217;
  font-family: pfm;
  margin-bottom: 10px;
}

.InvestorEdu .InvestorEduList li .date span {
  font-size: 16px;
  color: #999;
}

@media (max-width: 1024px) {
  .InvestorEdu .TopNew .Scale-img {
    padding-top: 320px;
  }
  .InvestorEdu .TopNew .txt .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
  }
  .InvestorEdu .TopNew .txt .tit {
    font-size: 18px;
  }
  .InvestorEdu .InvestorEduList li .txt .tit {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .InvestorEdu .TopNew .Scale-img {
    width: 100%;
    padding-top: 60%;
  }
  .InvestorEdu .TopNew .txt {
    width: 100%;
  }
  .InvestorEdu .TopNew .txt .tit {
    font-size: 16px;
  }
  .InvestorEdu .InvestorEduList li .txt .tit {
    font-size: 16px;
  }
  .InvestorEdu .InvestorEduList li .date p {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .InvestorEdu .InvestorEduList li {
    padding-left: 70px;
  }
  .InvestorEdu .InvestorEduList li .date {
    width: 70px;
  }
  .InvestorEdu .InvestorEduList li .date span {
    font-size: 14px;
  }
  .InvestorEdu .InvestorEduList li .txt {
    padding-left: 10px;
  }
  .InvestorEdu .InvestorEduList li .txt .p {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .InvestorEdu .TopNew .txt .more {
    width: 100px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    font-size: 12px;
  }
}

/* 公司治理 */

.CompanyManage {
  padding: 5%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.CompanyManage .CompanyManageBox {
  font-size: 16px;
  line-height: 36px;
  color: #999;
}

.CompanyManage .CompanyManageBox h1.tt {
  font-size: 22px;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}

@media (max-width: 1366px) {
  .CompanyManage .CompanyManageBox h1.tt {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .CompanyManage .CompanyManageBox {
    font-size: 14px;
    line-height: 30px;
  }
  .CompanyManage .CompanyManageBox h1.tt {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .CompanyManage .CompanyManageBox h1.tt {
    font-size: 16px;
  }
}

/* 联系方式 */

.Contact .ContactCon {
  width: 43%;
  float: right;
  padding-top: 2%;
}

.Contact .ContactCon .Nytit {
  text-align: left;
  margin-bottom: 6%;
}

.Contact .ContactCon .Nytit p {
  font-size: 16px;
  color: #999;
  letter-spacing: 8px;
  margin-top: 20px;
}

.Contact .ContactCon .tel {
  background: url(../uploadfiles/images/telbg.png) no-repeat center center;
  background-size: cover;
  max-width: 360px;
  height: 80px;
  line-height: 80px;
  box-sizing: border-box;
  padding: 0 20px;
}

.Contact .ContactCon .tel img {
  vertical-align: middle;
}

.Contact .ContactCon .tel span {
  font-size: 24px;
  color: #c61217;
  font-family: pfm;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: 2px;
}

.Contact .ContactCon ul {
  margin: 4% 0;
}

.Contact .ContactCon ul li {
  line-height: 36px;
  padding-left: 30px;
  color: #999;
  position: relative;
}

.Contact .ContactCon ul li .ico {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 36px;
}

.Contact .ContactCon ul li .ico img {
  vertical-align: middle;
}

.Contact .ContactCon .ewaImg dl dd {
  display: inline-block;
  margin-right: 15px;
}

.Contact .ContactCon .ewaImg dl dd .img {
  border: 1px solid #c61217;
}

.Contact .ContactCon .ewaImg dl dd .img img {
  max-width: 140px;
}

.Contact .ContactCon .ewaImg dl dd p {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}

.Contact .map {
  width: 50%;
  float: left;
}

.Contact .map #map {
  height: 600px;
}

@media (max-width: 768px) {
  .Contact .ContactCon {
    width: 100%;
  }
  .Contact .map {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .Contact .map #map {
    height: 300px;
  }
  .Contact .ContactCon .tel {
    height: 50px;
    line-height: 50px;
  }
  .Contact .ContactCon .tel span {
    font-size: 20px;
  }
  .Contact .ContactCon .ewaImg dl dd .img {
    width: 100px;
  }
  .Contact .ContactCon .ewaImg dl dd .img img {
    max-width: 100px;
  }
  .Contact .ContactCon .ewaImg dl dd p {
    font-size: 14px;
  }
}

/* 定期报告 */

.FileList ul li {
  padding: 2% 0;
  padding-right: 200px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding-left: 60px;
  background: url(../uploadfiles/images/pdf.png) no-repeat center left;
}

.FileList ul li .tit {
  font-size: 16px;
  line-height: 40px;
}

.FileList ul li dl {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}

.FileList ul li dl dd {
  display: inline-block;
  width: 88px;
  height: 38px;
  line-height: 38px;
  border-radius: 38px;
  border: 1px solid #ededed;
  text-align: center;
  font-size: 16px;
  margin-left: 10px;
}

.FileList ul li dl dd .i2 {
  display: none;
}

.FileList ul li dl dd img {
  vertical-align: middle;
}

.FileList ul li dl dd:hover {
  background: #c61217;
  border: 1px solid #c61217;
}

.FileList ul li dl dd:hover a {
  color: #fff;
}

.FileList ul li dl dd:hover .i1 {
  display: none;
}

.FileList ul li dl dd:hover .i2 {
  display: inline-block;
}

@media (max-width: 768px) {
  .FileList ul li {
    padding-right: 180px;
  }
  .FileList ul li .tit {
    font-size: 15px;
  }
  .FileList ul li dl {
    margin-top: -15px;
  }
  .FileList ul li dl dd {
    width: 78px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .FileList ul li {
    padding: 20px 0;
    padding-right: 0;
    background: url(../uploadfiles/images/pdf.png) no-repeat top 23px left;
    padding-left: 50px;
  }
  .FileList ul li dl {
    margin-top: 5px;
    position: static;
  }
  .FileList ul li dl dd {
    margin-left: 0;
    margin-right: 5px;
  }
  .FileList ul li .tit {
    line-height: 18px;
  }
  .FileList ul li dl dd {
    width: 70px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
  }
}

/* 临时报告 */

.FileList_1 ul li {
  padding-right: 400px;
}

.FileList_1 ul li dl dd.date {
  width: 200px;
  border: none;
  font-size: 14px;
  line-height: 40px;
  text-align: left;
}

.FileList_1 ul li dl dd.date:hover {
  background: none;
}

@media (max-width: 768px) {
  .FileList_1 ul li {
    padding-right: 300px;
  }
  .FileList_1 ul li dl dd.date {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .FileList_1 ul li {
    padding-right: 0;
  }
  .FileList_1 ul li dl dd.date {
    width: 80px;
  }
}

/* 20210818 */

/* 存款服务 */

.SaveService {
  padding-bottom: 0;
}

.SaveService .item {
  position: relative;
  margin-top: 5%;
}

.SaveService .item::before {
  content: "";
  display: block;
  width: 85%;
  height: 85%;
  background: #fafafa;
  position: absolute;
  bottom: 0;
  right: 0;
}

.SaveService .item .Img {
  width: 45%;
  float: left;
  position: relative;
}

.SaveService .item .Img .Scale-img {
  height: 420px;
}

.SaveService .item .Img .num {
  font-size: 60px;
  opacity: 0.3;
  font-family: pf;
  position: absolute;
  top: 6%;
  left: 5%;
  z-index: 99;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
}

.SaveService .item .txt {
  width: 55%;
  float: right;
  box-sizing: border-box;
  padding: 2% 5%;
  background: url(../uploadfiles/images/zslogo.png) no-repeat right 12% bottom;
  position: relative;
  height: 490px;
}

.SaveService .item .txt ul li {
  margin-bottom: 20px;
}

.SaveService .item .txt ul li .title {
  font-size: 20px;
  cursor: pointer;
  position: relative;
}

.SaveService .item .txt ul li .dec {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  display: none;
  margin-top: 40px;
}

.SaveService .item .txt ul li .dec .p {
  font-size: 14px;
  color: #999;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
}

.SaveService .item .txt ul li .dec .more {
  margin: 40px 0;
}

.SaveService .item .txt ul li .dec .more.f_red a {
  color: #c61217;
}

.SaveService .item .txt ul li .title.on::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #c61217;
  position: absolute;
  left: -22px;
  top: 50%;
  margin-top: -1px;
}

.SaveService .item:nth-child(2n)::before {
  left: 0;
  right: auto;
}

.SaveService .item:nth-child(2n) .Img {
  float: right;
}

.SaveService .item:nth-child(2n) .txt {
  float: left;
}

@media (max-width: 1024px) {
  .SaveService .item .Img .Scale-img {
    height: 310px;
  }
  .SaveService .item .Img .num {
    font-size: 40px;
    line-height: 40px;
  }
  .SaveService .item .txt ul li .dec .more {
    margin: 20px 0;
  }
  .SaveService .item .txt ul li .title {
    font-size: 18px;
  }
  .SaveService .item .txt ul li .dec {
    margin-top: 30px;
  }
  .SaveService .item .txt ul li {
    margin-bottom: 10px;
  }
  .SaveService .item .txt {
    height: 350px;
    background-size: 50%;
  }
}

@media (max-width: 768px) {
  .SaveService .item .txt ul li .title {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .SaveService .item .Img {
    width: 100%;
  }
  .SaveService .item .Img .Scale-img {
    height: auto;
    padding-top: 65%;
  }
  .SaveService .item .txt {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .SaveService .item::before {
    width: 100%;
    height: 100%;
  }
  .SaveService .item .txt ul li .dec {
    margin-top: 20px;
  }
  .SaveService .item .txt ul li {
    margin-bottom: 20px;
  }
  .SaveService .item .txt ul li .title.on::before {
    left: -15px;
    width: 10px;
  }
}

.ThreeMenu {
  text-align: center;
}

.ThreeMenu ul li {
  display: inline-block;
  margin-left: -4px;
  padding: 0 2%;
  font-size: 24px;
  font-family: pfm;
  position: relative;
}

.ThreeMenu ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.ThreeMenu ul li:first-child::before {
  display: none;
}

.ThreeMenu ul li a {
  color: #999;
}

.ThreeMenu ul li.on a {
  color: #333;
}

@media (max-width: 1366px) {
  .ThreeMenu ul li {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .ThreeMenu ul li {
    font-size: 15px;
    line-height: 30px;
  }
  .ThreeMenu ul li::before {
    height: 16px;
    margin-top: -8px;
  }
}

@media (max-width: 480px) {
  .ThreeMenu {
    margin-bottom: 10px;
  }
}

/* 投资理财-三方存管 */

.nTit_01 {
}

.nTit_01 h1 {
  font-size: 30px;
  font-family: pfm;
}

.nTit_01 b {
  display: block;
  width: 20px;
  height: 2px;
  background: #c61217;
  margin: 20px 0;
}

.nTit_02 {
  border-bottom: 1px solid #ededed;
  margin-bottom: 2%;
}

.nTit_02 h1 {
  display: inline-block;
  font-size: 24px;
  font-family: pfm;
  padding-bottom: 20px;
  position: relative;
}

.nTit_02 h1::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #c61217;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.contit {
  min-width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-family: pfm;
  background: #c61217;
  text-align: center;
  font-size: 16px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 2%;
  margin-bottom: 20px;
}

.contit::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../uploadfiles/images/ntitzs.png) no-repeat center center;
  position: absolute;
  right: -10px;
  bottom: 0;
}

.nTit_03 {
  margin-bottom: 2%;
}

.nTit_03 h1 {
  padding-left: 15px;
  position: relative;
  font-size: 24px;
  font-family: pfm;
}

.nTit_03 h1::before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #c61217;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.nTit_04 {
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
}

.nTit_04 h1 {
  font-size: 18px;
  font-family: pfm;
  padding-bottom: 15px;
}

.nTit_04 h1 img {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.borderBox_01 {
  padding: 2.8%;
  border: 1px solid #ebebeb;
  margin-bottom: 12px;
}

.borderBox_02 {
  padding: 2.8%;
  margin-bottom: 15px;
  background: #fff;
}

.borderBox_03 {
  padding: 3%;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.nContent {
  line-height: 36px;
  font-size: 16px;
  color: #666;
}

.nContent p {
  line-height: 36px;
  font-size: 16px;
  color: #666;
}

.nContent strong {
  color: #333;
}

.nContent_01 {
  line-height: 25px;
  font-size: 14px;
  color: #999;
}

.nContent_01 p {
  line-height: 25px;
  font-size: 14px;
  color: #999;
}

@media (max-width: 1366px) {
  .nTit_01 h1 {
    font-size: 25px;
  }
  .nTit_02 h1 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .nTit_03 h1 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .nTit_01 h1 {
    font-size: 20px;
  }
  .nTit_02 h1 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .nTit_03 h1 {
    font-size: 18px;
  }
  .nTit_04 h1 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .nContent {
    font-size: 14px;
    line-height: 25px;
  }
  .nContent p {
    font-size: 14px;
    line-height: 25px;
  }
  .contit {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    min-width: 100px;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .nTit_02 {
    margin-bottom: 10px;
  }
  .nTit_03 {
    margin-bottom: 10px;
  }
  .nTit_02 h1 {
    padding-bottom: 10px;
  }
  .borderBox_02 {
    margin-bottom: 10px;
  }
}

.ThirdDepository .Part1 {
  position: relative;
  margin-bottom: 3%;
}

.ThirdDepository .Part1 .Scale-img {
  width: 50%;
  padding-top: 420px;
}

.ThirdDepository .Part1 .txt {
  width: 54%;
  background: #fff;
  padding: 4%;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 99;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  height: 286px;
  margin-top: -143px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .ThirdDepository .Part1 .Scale-img {
    padding-top: 300px;
  }
  .ThirdDepository .Part1 .txt {
    height: 250px;
    margin-top: -125px;
  }
}

@media (max-width: 640px) {
  .ThirdDepository .Part1 .Scale-img {
    width: 100%;
    padding-top: 60%;
  }
  .ThirdDepository .Part1 .txt {
    width: 100%;
    box-sizing: border-box;
    position: static;
    margin-top: 0;
    height: auto;
  }
}

/* 定活互转 */

.DingRotation .Part1 {
  background: url(../uploadfiles/images/bg_01.png) no-repeat right 5% bottom 10%
    #fff;
  margin-bottom: 20px;
}

.DingRotation .Part1 .Scale-img {
  width: 50%;
  padding-top: 420px;
}

.DingRotation .Part1 .txt {
  width: 50%;
  box-sizing: border-box;
  padding: 5%;
}

.PersonSaveW .Part1 .txt {
  padding: 3.5% 4%;
}

.DingRotation .HappySentrance {
  padding: 0;
}

.DingRotation .HappySentrance ul::after {
  content: "";
  display: block;
  clear: both;
}

.DingRotation .HappySentrance ul li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 4%;
  padding-left: 300px;
  position: relative;
}

.DingRotation .HappySentrance ul li .icons {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  transition: 400ms;
  -webkit-transition: 400ms;
  position: absolute;
  left: 80px;
  top: 50%;
  margin-top: -70px;
}

.DingRotation .HappySentrance ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #ebebeb;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
}

.DingRotation .HappySentrance ul li .icons img {
  width: 65px;
  height: 65px;
  left: 50%;
  top: 50%;
  margin-top: -32.5px;
  margin-left: -32.5px;
}

.DingRotation .HappySentrance ul li:hover .icons {
  background: #c61217;
}

.DingRotation .HappySentrance ul li .txt {
}

.DingRotation .HappySentrance ul li .txt h1 {
  font-size: 24px;
  font-family: pfm;
}

.DingRotation .HappySentrance ul li .txt .dec {
  color: #999;
  line-height: 25px;
  font-size: 16px;
  margin: 25px 0;
  max-width: 280px;
}

.DingRotation .HappySentrance ul li .txt .more {
}

.DingRotation .HappySentrance ul li .txt .more a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  border: 1px solid #c61217;
  text-align: center;
  color: #c61217;
}

.DingRotation .HappySentrance ul li .txt .more .img2 {
  display: none;
}

.DingRotation .HappySentrance ul li .txt .more a:hover {
  background: #c61217;
  color: #fff;
}

.DingRotation .HappySentrance ul li .txt .more a:hover .img1 {
  display: none;
}

.DingRotation .HappySentrance ul li .txt .more a:hover .img2 {
  display: inline-block;
}

@media (max-width: 1366px) {
  .DingRotation .Part1 .Scale-img {
    padding-top: 400px;
  }
  .DingRotation .HappySentrance ul li .txt h1 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .DingRotation .Part1 .Scale-img {
    padding-top: 300px;
  }
  .DingRotation .HappySentrance ul li {
    padding-left: 220px;
  }
  .DingRotation .HappySentrance ul li .icons {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    left: 50px;
  }
  .DingRotation .HappySentrance ul li .txt .more a {
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
  }
  .DingRotation .HappySentrance ul li .txt .dec {
    font-size: 14px;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .DingRotation .Part1 .txt {
    padding: 4%;
  }
  .DingRotation .Part1 .Scale-img {
    padding-top: 225px;
  }
  .DingRotation .HappySentrance ul li {
    padding-left: 130px;
  }
  .DingRotation .HappySentrance ul li .icons {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    left: 20px;
  }
  .DingRotation .HappySentrance ul li .icons img {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }
  .DingRotation .HappySentrance ul li .txt h1 {
    font-size: 16px;
  }
  .DingRotation .HappySentrance ul li .txt .dec {
    margin: 10px 0;
  }
}

@media (max-width: 640px) {
  .DingRotation .Part1 {
    background-size: 80px;
    background-position: bottom 3% right 3%;
  }
  .DingRotation .Part1 .Scale-img {
    width: 100%;
    padding-top: 60%;
  }
  .DingRotation .Part1 .txt {
    width: 100%;
  }
  .DingRotation .Part2 ul li {
    width: 100%;
    border-top: 1px solid #ebebeb;
  }
  .DingRotation .Part2 ul li::before {
    display: none;
  }
  .DingRotation .Part2 ul li:first-child {
    border-top: none;
  }
  .DingRotation .Part2 ul li .txt .more a {
    width: 105px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
    font-size: 12px;
  }
}

.PersonSaveW .Part2 {
  padding: 2.8%;
}

/* 快乐储蓄-银行卡 */

.BankCard .BankCardList {
  margin-left: -2.5%;
}

.BankCard .BankCardList .item {
  width: 30.83%;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 60px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.BankCard .BankCardList .item .Scale-img {
  padding-top: 59%;
  border-radius: 10px;
  overflow: hidden;
}

.BankCard .BankCardList .item .txt {
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 25px;
}

.BankCard .BankCardList .item .txt .tit {
  font-size: 18px;
}

.BankCard .BankCardList .item .txt b {
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  margin: 15px 0;
}

.BankCard .BankCardList .item .txt .p {
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  color: #999;
  -webkit-line-clamp: 2;
}

.BankCard .BankCardList .item .txt .more {
  margin: 20px 0 0 0;
  color: #c61217;
}

@media (max-width: 1024px) {
  .BankCard .BankCardList .item .txt .tit {
    font-size: 16px;
  }
  .BankCard .BankCardList .item .txt b {
    margin: 10px 0;
  }
  .BankCard .BankCardList .item .txt .more {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 768px) {
  .BankCard .BankCardList .item {
    width: 47.5%;
    margin-bottom: 20px;
  }
  .BankCard .BankCardList .item .txt {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .BankCard .BankCardList .item {
    width: 97.5%;
    margin-bottom: 20px;
  }
}

/* 快乐储蓄-银行卡详情 */

.BankCardInfo .BankCardCon {
  background: #fff;
  margin-bottom: 20px;
}

.BankCardInfo .BankCardCon .Img {
  width: 50%;
  box-sizing: border-box;
  padding: 5%;
}

.BankCardInfo .BankCardCon .Img .item {
  text-align: center;
}

.BankCardInfo .BankCardCon .Img .item img {
  display: inline-block;
  max-width: 440px;
  width: 100%;
}

.BankCardInfo .BankCardCon .txt {
  width: 50%;
  box-sizing: border-box;
  padding: 5%;
}

.BankCardInfo .BankCardCon .slick-arrow {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -15px;
  top: 50%;
  z-index: 99;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.BankCardInfo .BankCardCon .slick-arrow.slick-prev {
  background-image: url(../uploadfiles/images/prev.png);
  left: -20px;
}

.BankCardInfo .BankCardCon .slick-arrow.slick-next {
  background-image: url(../uploadfiles/images/next.png);
  right: -20px;
}

.BankCardInfo .BankCardCon .slick-arrow.slick-prev:hover {
  background-image: url(../uploadfiles/images/prevw.png);
}

.BankCardInfo .BankCardCon .slick-arrow.slick-next:hover {
  background-image: url(../uploadfiles/images/nextw.png);
}

.BankCardInfo .BankCardDet .Box {
  margin-bottom: 50px;
}

.BankCardInfo .BankCardDet .Box:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .BankCardInfo .BankCardCon .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 10px;
  }
  .BankCardInfo .BankCardCon .slick-arrow.slick-prev {
    left: -40px;
  }
  .BankCardInfo .BankCardCon .slick-arrow.slick-next {
    right: -40px;
  }
}

@media (max-width: 640px) {
  .BankCardInfo .BankCardCon .Img {
    width: 100%;
  }
  .BankCardInfo .BankCardCon .txt {
    width: 100%;
  }
  .BankCardInfo .BankCardCon .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 5px;
  }
  .BankCardInfo .BankCardCon .slick-arrow.slick-prev {
    left: 5px;
  }
  .BankCardInfo .BankCardCon .slick-arrow.slick-next {
    right: 5px;
  }
  .BankCardInfo .BankCardDet .Box {
    margin-bottom: 30px;
  }
}

.EtcBusiness .EtcBusinessInfo {
  padding: 5%;
}

.EtcBusiness .EtcBusinessCon .Box {
  margin-bottom: 50px;
}

.EtcBusiness .EtcBusinessCon .Box:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .EtcBusiness .EtcBusinessCon .Box {
    margin-bottom: 30px;
  }
}

/* 经营贷款-工程机械设备按揭贷款 */

.gMortgageLoan .Intro {
  margin-bottom: 4%;
}

.gMortgageLoan .Intro .Scale-img {
  width: 48%;
  padding-top: 420px;
}

.gMortgageLoan .Intro .txt {
  width: 48%;
  height: 420px;
  box-sizing: border-box;
  background: url(../uploadfiles/images/bg_02.png) no-repeat center left;
  padding-top: 12%;
}

.gMortgageLoan .Intro .txt .nTit_02 {
  margin-bottom: 3%;
}

.gMortgageLoan .ProFeature {
  margin-bottom: 4%;
}

.gMortgageLoan .ProFeature ul::after {
  content: "";
  display: block;
  clear: both;
}

.gMortgageLoan .ProFeature ul {
  margin-left: -2%;
}

.gMortgageLoan .ProFeature ul li {
  width: 23%;
  float: left;
  margin-left: 2%;
  background: #f6f6f6;
  padding: 60px 3% 20px;
  box-sizing: border-box;
  position: relative;
  margin-top: 50px;
  height: 164px;
}

.gMortgageLoan .ProFeature ul li .num {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #c61217;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 85px;
  font-family: pfm;
  position: absolute;
  top: -42.5px;
  margin-left: -42.5px;
  left: 50%;
}

.gMortgageLoan .ProFeature ul li .txt {
  text-align: center;
}

.gMortgageLoan .ProFeature ul li .txt h1 {
  font-size: 16px;
  font-family: pfm;
}

.gMortgageLoan .ProFeature ul li .txt .dec {
  line-height: 25px;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  height: 50px;
}

.gMortgageLoan .ApplyCondition {
  margin-bottom: 4%;
}

.gMortgageLoan .ApplyCondition .ApplyConditionBox {
  margin-bottom: 3%;
}

.gMortgageLoan .HandlingProcess {
  margin-bottom: 4%;
}

.gMortgageLoan .HandlingProcess .HandlingProcessBox p {
  font-family: pfm;
}

.gMortgageLoan .HandlingProcess .HandlingProcessBox span {
  color: #999;
}

.gMortgageLoan .HandlingProcess .HandlingProcessBox img.jt {
  display: block;
  margin: 15px 0;
}

.gMortgageLoan .Channel .ChannelBox ul {
  margin-left: -3%;
}

.gMortgageLoan .Channel .ChannelBox ul::after {
  content: "";
  display: block;
  clear: both;
}

.gMortgageLoan .Channel .ChannelBox ul li {
  width: 47%;
  float: left;
  margin-left: 3%;
  background: #f6f6f6;
  text-align: center;
  box-sizing: border-box;
  padding: 3%;
  margin-bottom: 10px;
}

.gMortgageLoan .Channel .ChannelBox ul li p {
  font-size: 18px;
  font-family: pfm;
  color: #999;
  margin-top: 3%;
}

.gMortgageLoan .Channel .ChannelBox ul li p span {
  color: #333;
}

.gMortgageLoan .Channel .ChannelBox ul li img {
  height: 46px;
}

@media (max-width: 1366px) {
  .gMortgageLoan .Intro .Scale-img {
    padding-top: 400px;
  }
  .gMortgageLoan .Intro .txt {
    height: 400px;
  }
  .gMortgageLoan .ProFeature ul li .num {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 30px;
    top: -37.5px;
    margin-left: -37.5px;
  }
}

@media (max-width: 1024px) {
  .gMortgageLoan .Intro .Scale-img {
    padding-top: 300px;
  }
  .gMortgageLoan .Intro .txt {
    height: 300px;
    padding-top: 10%;
  }
  .gMortgageLoan .ProFeature ul li {
    margin-top: 30px;
    padding: 50px 2% 20px;
  }
  .gMortgageLoan .ProFeature ul li .num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    top: -30px;
    margin-left: -30px;
  }
}

@media (max-width: 768px) {
  .gMortgageLoan .ProFeature ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .gMortgageLoan .Intro .Scale-img {
    width: 100%;
    padding-top: 60%;
  }
  .gMortgageLoan .Intro .txt {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .gMortgageLoan .Channel .ChannelBox ul li p {
    font-size: 16px;
  }
  .gMortgageLoan .Channel .ChannelBox ul li img {
    height: 30px;
  }
}

@media (max-width: 480px) {
  .gMortgageLoan .ProFeature ul li {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .gMortgageLoan .ProFeature ul li .txt h1 {
    font-size: 15px;
  }
  .gMortgageLoan .ProFeature ul li .txt .dec {
    padding: 0 10px;
    font-size: 13px;
    line-height: 20px;
  }
  .gMortgageLoan .HandlingProcess .HandlingProcessBox img.jt {
    margin: 5px 0;
  }
  .gMortgageLoan .ApplyCondition {
    margin-bottom: 20px;
  }
  .gMortgageLoan .HandlingProcess {
    margin-bottom: 20px;
  }
  .gMortgageLoan .Channel .ChannelBox ul li {
    width: 97%;
  }
  .gMortgageLoan .Channel .ChannelBox ul li p {
    font-size: 14px;
  }
  .gMortgageLoan .ProFeature ul li .num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    top: -25px;
    margin-left: -25px;
  }
}

/* 经营贷款-个人经营贷款 */

.PersonLoan .ProFeature ul li {
  height: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.gMortgageLoan .ApplyCondition_01 {
}

.gMortgageLoan .ApplyCondition_01 .slider .slick-list {
  margin-left: -25px;
}

.gMortgageLoan .ApplyCondition_01 .slider .slick-list .item {
  margin-left: 25px;
  text-align: center;
}

.gMortgageLoan .ApplyCondition_01 .slider .slick-list .item .Scale-img {
  padding-top: 68%;
  border-radius: 10px;
  overflow: hidden;
}

.gMortgageLoan .ApplyCondition_01 .slider .slick-list .item p {
  font-size: 20px;
  margin-top: 6%;
}

.gMortgageLoan .ApplyCondition_01 .slick-dots {
  margin-top: 5px;
}

.gMortgageLoan .ApplyCondition_01 .slick-dots li {
  width: 8px;
  height: 8px;
  background: #e5e5e5;
  border-radius: 50%;
}

.gMortgageLoan .ApplyCondition_01 .slick-dots li.slick-active {
  background: #d4a949;
}

.gMortgageLoan .ApplyCondition_01 .slick-dots li button {
  display: none;
}

@media (max-width: 768px) {
  .gMortgageLoan .ApplyCondition_01 .slider .slick-list .item p {
    font-size: 16px;
  }
}

/* 生活服务-交通罚款 */

.LifePay .hdnav {
  border-bottom: 1px solid #ededed;
}

.LifePay .hdnav ul::after {
  content: "";
  display: block;
  clear: both;
}

.LifePay .hdnav ul li {
  width: 16.6667%;
  float: left;
  text-align: center;
  padding-bottom: 60px;
}

.LifePay .hdnav ul li .icons {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
}

.LifePay .hdnav ul li.on {
  background: url(../uploadfiles/images/libg.png) no-repeat bottom 30px center;
}

.LifePay .hdnav ul li.on .icons {
  box-shadow: 0 10px 20px rgb(198, 18, 23, 0.15);
}

.LifePay .hdnav ul li p {
  font-size: 18px;
  margin-top: 20px;
}

.LifePay .LifePayBox {
  padding: 3% 0;
}

.LifePay .LifePayBox dl {
  margin-left: -2%;
  margin-top: 3%;
}

.LifePay .LifePayBox dl::after {
  content: "";
  display: block;
  clear: both;
}

.LifePay .LifePayBox dl dd {
  width: 48%;
  float: left;
  margin-left: 2%;
  box-sizing: border-box;
  background: #f4f4f4;
  padding: 30px;
  margin-bottom: 20px;
}

.LifePay .LifePayBox dl dd .appewm img {
  height: 170px;
}

.LifePay .LifePayBox dl dd .txt {
  min-height: 170px;
  box-sizing: border-box;
  padding: 2% 5% 0;
}

.LifePay .LifePayBox dl dd h1 {
  font-size: 20px;
  font-family: pfm;
  color: #c61217;
  margin-bottom: 20px;
}

.LifePay .LifePayBox dl dd strong {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.LifePay .LifePayBox dl dd p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}

.LifePay .LifePayBox dl dd p.dian {
  padding-left: 20px;
  position: relative;
  margin-top: 10px;
  line-height: 22px;
  max-width: 440px;
}

.LifePay .LifePayBox dl dd p.dian::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #c61217;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.LifePay .LifePayBox dl dd.Methods_02 {
  width: 98%;
  box-sizing: border-box;
}

.LifePay .LifePayBox dl dd.Methods_02 .txt {
  padding: 10px;
  min-height: 100px;
}

.LifePay .LifePayBox dl dd.Methods_02 p.dian {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .LifePay .hdnav ul li .icons {
    width: 100px;
    height: 100px;
  }
  .LifePay .hdnav ul li p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .LifePay .LifePayBox dl dd {
    padding: 10px;
  }
  .LifePay .LifePayBox dl dd .appewm img {
    height: 140px;
  }
  .LifePay .LifePayBox dl dd .txt {
    min-height: 145px;
  }
  .LifePay .LifePayBox dl dd h1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .LifePay .LifePayBox dl dd p {
    font-size: 14px;
    line-height: 25px;
  }
  .LifePay .LifePayBox dl dd strong {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .LifePay .LifePayBox dl dd p.dian {
    margin-top: 5px;
  }
}

@media (max-width: 640px) {
  .LifePay .hdnav ul li .icons {
    width: 80px;
    height: 80px;
  }
  .LifePay .hdnav ul li p {
    font-size: 14px;
  }
  .LifePay .LifePayBox dl dd {
    width: 98%;
    margin-bottom: 10px;
  }
  .LifePay .LifePayBox dl dd .txt {
    min-height: 100px;
    padding: 3%;
  }
}

@media (max-width: 480px) {
  .LifePay .hdnav ul li {
    width: 33.33%;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .LifePay .hdnav ul li .icons {
    width: 70px;
    height: 70px;
  }
  .LifePay .hdnav ul li.on {
    background: none;
  }
  .LifePay .hdnav ul li p {
    margin-top: 10px;
  }
  .LifePay .LifePayBox dl dd .appewm img {
    height: 100px;
  }
}

/* 生活服务-生活缴费 */

.LifePay_01 .hdnav ul li {
  width: 20%;
}

.LifePayTit {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 3%;
  line-height: 45px;
  position: relative;
}

.LifePayTit .nTit_02 {
  border-bottom: none;
  margin-bottom: 10px;
}

.LifePayTit .nTit_02 h1 {
  padding-bottom: 0;
}

.LifePayTit .nTit_02 h1::before {
  display: none;
}

.LifePayTit .SelectBox {
  margin: 0 20px;
  height: 45;
  width: 180px;
  line-height: 45px;
  border: 1px solid #ebebeb;
}

.LifePayTit .SelectBox .SelectTxt {
  font-size: 16px;
}

.LifePayTit .SelectBox .SelectTxt span {
  display: block;
  padding-right: 15px;
  background: url(../uploadfiles/images/selectico.jpg) no-repeat right center;
  padding-right: 45px;
  padding-left: 10px;
}

.SelectBox .SelectUl {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: none;
  max-height: 160px;
  overflow: auto;
}

.SelectBox .SelectUl .ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #333;
  border-bottom: 1px solid #ddd;
}

.SelectBox .SelectUl .ul li:hover a {
  color: #c61217;
}

.LifePayTit .warmtxt {
  color: #666;
}

.LifePayTit .more a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid #c61217;
  color: #c61217;
  margin-top: 10px;
}

.LifePayTit .more a .img2 {
  display: none;
}

.LifePayTit .more a img {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.LifePayTit .more a:hover {
  background: #c61217;
  color: #fff;
}

.LifePayTit .more a:hover .img1 {
  display: none;
}

.LifePayTit .more a:hover .img2 {
  display: inline-block;
}

.LifePay .BtnMore {
  margin-top: 5%;
}

.LifePay .BtnMore a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #c61217;
  color: #fff;
  padding: 0 20px;
  font-size: 16px;
  box-shadow: 0 0 20px rgb(198, 18, 23, 0.15);
}

@media (max-width: 1024px) {
  .LifePayTit .SelectBox {
    line-height: 35px;
    margin-top: 5px;
  }
  .LifePayTit .SelectBox .SelectTxt span {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .LifePay_01 .hdnav ul li {
    width: 33.33%;
  }
  .LifePayTit {
    line-height: 30px;
    padding-bottom: 10px;
  }
  .LifePayTit .nTit_02 {
    width: 100%;
  }
  .LifePayTit .more {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .LifePayTit .more a {
    margin-top: 0;
    line-height: 25px;
    padding: 0 10px;
    height: 25px;
  }
  .LifePayTit .SelectBox {
    margin: 0 10px 0 0;
    width: 140px;
    line-height: 30px;
  }
  .LifePay .BtnMore a {
    line-height: 35px;
    height: 35px;
    border-radius: 35px;
    font-size: 14px;
    padding: 0 10px;
  }
}

/* 公司理财 */

.CloumnNav_2 {
  text-align: center;
}

.CloumnNav_2 ul li {
  display: inline-block;
  margin: 0 10px;
  width: 168px;
  height: 43px;
  border-radius: 5px;
  border: 1px solid #ededed;
  line-height: 43px;
  text-align: center;
}

.CloumnNav_2 ul li a {
  font-size: 18px;
  font-family: pfm;
  display: block;
}

.CloumnNav_2 ul li span {
  position: relative;
}

.CloumnNav_2 ul li span::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -1px;
}

.CloumnNav_2 ul li:hover {
  background: #c61217;
  border: 1px solid #c61217;
}

.CloumnNav_2 ul li:hover a {
  color: #fff;
}

.CloumnNav_2 ul li.on {
  background: #c61217;
  border: 1px solid #c61217;
}

.CloumnNav_2 ul li.on a {
  color: #fff;
}

.CompanyFinance ul::after {
  content: "";
  display: block;
  clear: both;
}

.CompanyFinance ul {
  margin-left: -2%;
}

.CompanyFinance ul li {
  width: 48%;
  float: left;
  margin-left: 2%;
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  padding: 20px;
}

.CompanyFinance ul li p {
  padding-left: 20px;
  position: relative;
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
}

.CompanyFinance ul li p::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #c61217;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.CompanyFinance ul li span {
  color: #999;
  padding-left: 20px;
}

.CompanyFinance ul li:hover {
  background: #c61217;
}

.CompanyFinance ul li:hover p {
  color: #fff;
}

.CompanyFinance ul li:hover p::before {
  background: #fff;
}

.CompanyFinance ul li:hover span {
  color: #fff;
}

@media (max-width: 768px) {
  .CloumnNav_2 ul li {
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
  }
  .CloumnNav_2 ul li a {
    font-size: 14px;
  }
  .CloumnNav_2 ul li span::before {
    left: -15px;
    width: 10px;
  }
}

@media (max-width: 480px) {
  .CloumnNav_2 ul li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin: 0 0;
  }
  .CloumnNav_2 ul li span::before {
    display: none;
  }
  .CompanyFinance ul li {
    width: 98%;
    margin-bottom: 10px;
    padding: 10px;
  }
}

/* 贸易金融-国际贸易融资 */

.InternationalTrade .item .txt ul li {
  margin-bottom: 30px;
}

.InternationalTrade .item .txt ul li .dec {
  margin-top: 30px;
}

.InternationalTrade .item::before {
  height: 87%;
}

/* 弹窗 */

.InfoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.InfoPopup .InfoPopupBox {
  background: #fff;
  width: 1400px;
  margin-left: -700px;
  position: absolute;
  left: 50%;
  margin-top: -320px;
  top: 50%;
}

.InfoPopup .InfoPopupBox .Close {
  position: absolute;
  top: -60px;
  margin-left: -25px;
  left: 50%;
}

.InfoPopup .InfoPopupBox .title {
  height: 80px;
  line-height: 80px;
  background: url(../uploadfiles/images/bg_03.jpg) no-repeat center left;
  padding: 0 5%;
}

.InfoPopup .InfoPopupBox .title h1 {
  padding-left: 20px;
  font-size: 34px;
  font-family: pfm;
  color: #fff;
  position: relative;
}

.InfoPopup .InfoPopupBox .title h1::before {
  content: "";
  display: block;
  width: 4px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.InfoPopup .InfoPopupBox .Con {
  padding: 4% 5%;
  max-height: 560px;
  height: 560px;
  box-sizing: border-box;
  overflow: auto;
}

.InfoPopup .InfoPopupBox .Con .nContent {
  margin-bottom: 2%;
}

@media (max-width: 1440px) {
  .InfoPopup .InfoPopupBox {
    margin-top: -230px;
    width: 1300px;
    margin-left: -650px;
  }
  .InfoPopup .InfoPopupBox .title {
    height: 60px;
    line-height: 60px;
    padding: 0 3%;
  }
  .InfoPopup .InfoPopupBox .title h1 {
    font-size: 25px;
  }
  .InfoPopup .InfoPopupBox .title h1::before {
    height: 20px;
    margin-top: -10px;
  }
  .InfoPopup .InfoPopupBox .Con {
    padding: 3%;
    height: 490px;
  }
}

@media (max-width: 1366px) {
  .InfoPopup .InfoPopupBox {
    width: 1200px;
    margin-left: -600px;
  }
}

@media (max-width: 1024px) {
  .InfoPopup .InfoPopupBox {
    width: 900px;
    margin-left: -450px;
  }
  .InfoPopup .InfoPopupBox .title h1 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .InfoPopup .InfoPopupBox {
    width: 90%;
    margin-left: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

@media (max-width: 640px) {
  .InfoPopup .InfoPopupBox .title {
    height: 50px;
    line-height: 50px;
  }
  .InfoPopup .InfoPopupBox .title h1 {
    font-size: 18px;
    padding-left: 15px;
  }
  .InfoPopup .InfoPopupBox .title h1::before {
    height: 16px;
    margin-top: -8px;
  }
  .InfoPopup .InfoPopupBox {
    margin-top: -240px;
  }
  .InfoPopup .InfoPopupBox .Con {
    height: 430px;
  }
  .InfoPopup .InfoPopupBox .Close {
    top: -40px;
    margin-left: -17.5px;
  }
  .InfoPopup .InfoPopupBox .Close img {
    height: 35px;
  }
}

/* 通用详情页 */

.NewsInfo .NewsInfoTit {
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 3%;
}

.NewsInfo .NewsInfoTit h1 {
  font-size: 34px;
  font-family: pfm;
  line-height: 40px;
}

.NewsInfo .NewsInfoTit p {
}

.NewsInfo .NewsInfoTit p span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  margin-top: 20px;
}

.NewsInfo .NewsInfoTit p span::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #ebebeb;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.NewsInfo .NewsInfoTit p span:first-child::before {
  display: none;
}

.NewsInfo .NewsInfoCon {
  line-height: 36px;
  color: #666;
  font-size: 16px;
  padding: 3% 0;
}

.NewsInfo .NewsInfoCon p {
  line-height: 36px;
  color: #666;
  font-size: 16px;
}

.NewsInfo .PageControl {
  position: relative;
  padding-top: 5%;
  border-top: 1px solid #e7e7e7;
}

.NewsInfo .PageControl .goback {
  position: absolute;
  right: 0;
  top: 65%;
  margin-top: -30px;
}

.NewsInfo .PageControl dd {
  width: 50%;
  box-sizing: border-box;
  padding-right: 80px;
  position: relative;
  line-height: 80px;
  border-bottom: 1px solid #e7e7e7;
}

.NewsInfo .PageControl dd span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999;
}

.NewsInfo .PageControl dd p {
  font-size: 16px;
}

@media (max-width: 1366px) {
  .NewsInfo .NewsInfoTit h1 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .NewsInfo .NewsInfoTit h1 {
    font-size: 20px;
  }
  .NewsInfo .NewsInfoTit p span {
    margin-top: 15px;
  }
  .NewsInfo .PageControl .goback {
    top: 100%;
  }
}

@media (max-width: 768px) {
  .NewsInfo .PageControl .goback {
    position: static;
    margin-top: 0;
  }
  .NewsInfo .PageControl dd {
    width: 100%;
    line-height: 60px;
  }
}

@media (max-width: 480px) {
  .NewsInfo .NewsInfoTit h1 {
    font-size: 18px;
/*    line-height: 30px;*/
  }
  .NewsInfo .NewsInfoTit p span {
    margin-top: 15px;
  }
  .NewsInfo .NewsInfoTit p span {
    padding: 0 5px;
    margin-top: 8px;
  }
  .NewsInfo .NewsInfoCon {
    line-height: 25px;
    font-size: 14px;
  }
  .NewsInfo .NewsInfoCon p {
    line-height: 25px;
    font-size: 14px;
  }
  .NewsInfo .PageControl .goback img {
    height: 35px;
  }
  .NewsInfo .PageControl dd {
    line-height: 50px;
  }
  .NewsInfo .PageControl dd p {
    font-size: 14px;
  }
}

/* 产品综合页 */

.Product_01 .PersonPro ul {
  margin-left: -2%;
}

.Product_01 .PersonPro .list li {
  width: 23%;
  float: left;
  margin: 0 0 0 2%;
}

.Product_01 .PersonPro .list li a {
  display: block;
}

.Product_01 .PersonPro .list1 li a {
  padding: 30px 15px;
  text-align: center;
  color: #666;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
}

.Product_01 .PersonPro .list1 li .tit {
  font-size: 20px;
  height: 30px;
  color: #333;
}

.Product_01 .PersonPro .list1 li .sort {
  display: inline-block;
  padding: 0 9px;
  background: #d4a949;
  color: #fff;
  line-height: 20px;
  border-radius: 5px;
  margin: 13px 0 25px;
}

.Product_01 .PersonPro .list1 li .con {
  border-top: 1px solid #f3f3f3;
  padding-top: 30px;
}

.Product_01 .PersonPro .list1 li .number {
  margin-bottom: 18px;
}

.Product_01 .PersonPro .list1 li .number span i {
  font-size: 32px;
}

.Product_01 .PersonPro .list1 li .other i {
  padding: 0 5%;
}

.Product_01 .PersonPro .list1 li .buybtn {
  max-width: 160px;
  line-height: 35px;
  font-size: 14px;
  margin: 35px auto 0;
  background: #c61217;
  color: #fff;
  border-radius: 6px;
}

.Product_01 .PersonPro .list1 li:hover a {
  box-shadow: 0 15px 44px rgba(198, 18, 23, 0.1);
}

.Product_01 .PersonPro .list1 li:hover .tit {
  color: #c61217;
}

.Product_01 .ComPanyPro {
  background: #f7f7f7;
}

.Product_01 .ComPanyPro .list {
}

.Product_01 .ComPanyPro .list ul::after {
  content: "";
  display: block;
  clear: both;
}

.Product_01 .ComPanyPro .list ul {
  margin-left: -2.5%;
}

.Product_01 .ComPanyPro .list ul li {
  width: 47.5%;
  float: left;
  margin-left: 2.5%;
  background: #fff;
  margin-bottom: 20px;
}

.Product_01 .ComPanyPro .list ul li .Scale-img {
  padding-top: 53%;
}

.Product_01 .ComPanyPro .list ul li .txt {
  padding: 3% 5%;
}

.Product_01 .ComPanyPro .list ul li .txt .tit {
  font-size: 24px;
}

.Product_01 .ComPanyPro .list ul li .txt .p {
  font-size: 14px;
  line-height: 30px;
  color: #999;
  height: 60px;
  -webkit-line-clamp: 2;
  margin: 10px 0 26px;
}

@media (max-width: 1024px) {
  .Product_01 .ComPanyPro .list ul li .txt .tit {
    font-size: 16px;
  }
  .Product_01 .ComPanyPro .list ul li .txt .p {
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .Product_01 .PersonPro .list ul {
    margin-left: -2%;
  }
  .Product_01 .PersonPro .list li {
    width: 48%;
    margin: 0 0 15px 2%;
  }
}

@media (max-width: 480px) {
  .Product_01 .PersonPro .list li {
    width: 98%;
  }
  .Product_01 .ComPanyPro .list ul li {
    width: 97.5%;
    margin-bottom: 10px;
  }
}

/* 人才招聘 */

.HrList {
}

.HrList .item {
  background: #fff;
}

.HrList .item .jobtitle {
  border-bottom: 1px solid #eee;
}

.HrList .item td {
  height: 60px;
  color: #666;
  font-size: 16px;
  background: #fff;
  text-align: center;
}

.HrList .item td a {
  color: #888888;
}

.HrList li td a:hover {
  color: #1e5fd2;
}

.HrList .item:first-child td {
  background: #c61217;
  color: #fff;
  font-family: pfm;
  font-size: 16px;
}

.HrList .item:first-child td a {
  color: #fff;
}

.HrList .item .hrw1 {
  width: 25%;
  text-align: left;
  padding-left: 5%;
  box-sizing: border-box;
}

.HrList .item .hrw2 {
  width: 15%;
}

.HrList .item .hrw3 {
  width: 15%;
}

.HrList .item .hrw4 {
  width: 15%;
}

.HrList .item .hrw5 {
  width: 15%;
}

.HrList .item .hrw6 {
  width: 15%;
  position: relative;
}

.HrList .item .hrw6 img {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  margin-left: 10px;
}

.HrList .item .hrw6 .img2 {
  display: none;
}

.HrList .stit i {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 19px;
  border-left: 2px solid #595959;
}

.HrList .item .txtCont {
  position: relative;
  display: none;
  line-height: 36px;
  padding: 30px 5%;
  color: #333333;
  font-size: 16px;
  background: #fbfbfb;
  border-top: 1px solid #eee;
  color: #999;
}

.HrList .item .txtCont .txtContBox .Txtlist {
  margin-bottom: 10px;
}

.HrList .item .txtCont .txtContBox .Txtlist strong {
  color: #333;
}

.HrList .item .txtCont .txtContBox .Txtlist img {
  display: inline-block;
  margin: 0 10px;
}

.HrList .item .txtCont .items {
  display: none;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.HrList .item .txtCont .items dd span {
  color: #4c4c4c;
}

.HrList .item .txtCont .applybtn {
  padding: 10px 0 0 10px;
  margin-top: 35px;
}

.HrList .item .txtCont a.apply {
  background: #c61217;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  width: 170px;
  color: #fff;
  line-height: 50px;
}

.HrList .item .txtCont a.apply img {
  vertical-align: middle;
}

.HrList .item.current td {
  background: #fff;
  color: #c61217;
}

.HrList .item.current .tit {
  color: #888888;
}

.HrList .item.current .jobtitle {
  border: none;
}

.HrList .item.current .hrw6 .img2 {
  display: inline-block;
}

.HrList .item.current .hrw6 .img1 {
  display: none;
}

@media (max-width: 1024px) {
  .HrList .item td {
    font-size: 14px;
    height: 45px;
  }
  .HrList .item:first-child td {
    font-size: 14px;
  }
  .HrList .item .txtCont {
    font-size: 14px;
    line-height: 25px;
  }
  .HrList .item .txtCont a.apply {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .HrList .item .hrw1 {
    width: 50%;
  }
  .HrList .item .hrw2 {
    display: none;
  }
  .HrList .item .hrw3 {
    display: none;
  }
  .HrList .item .hrw5 {
    display: none;
  }
  .HrList .item .hrw4 {
    width: 20%;
  }
  .HrList .item .hrw6 {
    width: 30%;
  }
}

/* 牌价展示 */

.PriceDisplay .PriceTit {
  margin-bottom: 3%;
}

.PriceDisplay .PriceTit h1 {
  font-size: 28px;
  font-family: pfm;
  line-height: 45px;
}

.PriceDisplay .PriceTable .PriceTit .menubtn {
  margin-left: 15px;
}

.PriceDisplay .PriceTable .PriceTit .menubtn ul li {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  margin-left: -4px;
}

.PriceDisplay .PriceTable .PriceTit .menubtn ul li a {
  display: block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #c61217;
  color: #fff;
  font-size: 16px;
  font-family: pfm;
}

.PriceDisplay .PriceTable .PriceTit .menubtn ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  left: -1px;
  top: 0;
}

.PriceDisplay .PriceTable .PriceTit .menubtn ul li:first-child:before {
  display: none;
}

.PriceDisplay .PriceTable .PriceTit .menubtn ul li:first-child {
  padding-left: 0;
}

.PriceDisplay .PriceTable .PriceTit .menubtn ul li:last-child {
  padding-right: 0;
}

.PriceDisplay .PriceTable .PriceTit .dateselect {
  font-size: 16px;
}

.PriceDisplay .PriceTable .PriceTit .dateselect span {
  display: inline-block;
  height: 45px;
  line-height: 43px;
  border: 1px solid #d9d9d9;
  margin: 0 5px;
  width: 160px;
  box-sizing: border-box;
  padding-right: 40px;
}

.PriceDisplay .PriceTable .PriceTit .dateselect span.dateBox {
  background: url(../uploadfiles/images/date.png) no-repeat center right 10px;
}

.PriceDisplay .PriceTable .PriceTit .dateselect span.timeBox {
  background: url(../uploadfiles/images/time.png) no-repeat center right 10px;
}

.PriceDisplay .PriceTable .PriceTit .dateselect span input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.PriceDisplay .PriceTable .tableBox table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ebebeb;
}

.PriceDisplay .PriceTable .tableBox table tr th span {
  display: block;
}

.PriceDisplay .PriceTable .tableBox table tr th {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 10px 0;
}

.PriceDisplay .PriceTable .tableBox table tr th .selectNav {
  position: absolute;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  font-family: pf !important;
  right: -80px;
  display: none;
}

.PriceDisplay .PriceTable .tableBox table tr th .selectNav ul {
  padding: 15px 25px;
}

.PriceDisplay .PriceTable .tableBox table tr:first-child {
  background: #f7f7f7;
}

.PriceDisplay .PriceTable .tableBox table tr td {
  border: 1px solid #ebebeb;
  height: 60px;
  text-align: center;
}

.PriceDisplay .PriceTable .tableBox table tr th.Currency {
  background: url(../uploadfiles/images/select1.png) no-repeat center right 10%;
}

.PriceDisplay .PriceTable .tableBox table tr th .selectNav ul li {
  padding-left: 25px;
  background: url(../uploadfiles/images/option.png) no-repeat center left;
  line-height: 40px;
}

.PriceDisplay .PriceTable .tableBox table tr th .selectNav ul li.on {
  background: url(../uploadfiles/images/optionc.png) no-repeat center left;
}

.PriceDisplay .PriceTable .tableBox table tr th .selectNav .btn {
  line-height: 40px;
  border-top: 1px solid #ebebeb;
  width: 100%;
}

.PriceDisplay .PriceTable .tableBox table tr th .selectNav .btn::after {
  content: "";
  display: block;
  clear: both;
}

.PriceDisplay .PriceTable .tableBox table tr th .selectNav .btn a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  color: #c61217;
  border-left: 1px solid #ebebeb;
  box-sizing: border-box;
}

.PriceDisplay .PriceTable .tableBox table tr th .selectNav .btn a:first-child {
  border-left: none;
}

.PriceDisplay .PriceTable .tableBox table tr td:first-child {
  width: 15%;
}

.PriceDisplay .PriceTable .tableBox table tr td:nth-child(2) {
  width: 10%;
}

.PriceDisplay .PriceTable .tableBox table tr td:nth-child(3) {
  width: 15%;
}

.PriceDisplay .PriceTable .tableBox table tr td:nth-child(4) {
  width: 15%;
}

.PriceDisplay .PriceTable .tableBox table tr td:nth-child(5) {
  width: 15%;
}

.PriceDisplay .PriceTable .tableBox table tr td:nth-child(6) {
  width: 15%;
}

.PriceDisplay .PriceTable .tableBox table tr td:nth-child(7) {
  width: 15%;
}

.PriceDisplay .PriceChart {
  margin-top: 3%;
}

.PriceDisplay .PriceChart .date {
}

.PriceDisplay .PriceChart .date > span {
  font-size: 18px;
  font-family: pfm;
  color: #666;
}

.PriceDisplay .PriceChart .date .SelectBox {
  display: inline-block;
  margin-left: 20px;
  border: 1px solid #c61217;
  width: 160px;
  height: 45px;
  line-height: 43px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: pf;
}

.PriceDisplay .PriceChart .date .SelectBox .SelectTxt {
  font-size: 16px;
}

.PriceDisplay .PriceChart .date .SelectBox .SelectTxt span {
  display: block;
  padding-right: 30px;
  background: url(../uploadfiles/images/select2.png) no-repeat right 15px center;
  padding-right: 45px;
  padding-left: 10px;
}

.PriceDisplay .PriceChart .date .SelectBox .SelectUl {
  position: absolute;
  left: 0;
  right: 0;
  top: 102%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: none;
  max-height: 160px;
  overflow: auto;
}

.PriceDisplay .PriceChart .date .SelectBox .SelectUl .ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #333;
  border: none;
}

.PriceDisplay .PriceChart .date .SelectBox .SelectUl .ul li:hover a {
  background: #f9e7e7;
}

.PriceDisplay .PriceChart .ulNav {
}

.PriceDisplay .PriceChart .ulNav ul li {
  display: inline-block;
  margin-left: 15px;
  padding-left: 25px;
  background: url(../uploadfiles/images/radio.png) no-repeat center left;
}

.PriceDisplay .PriceChart .ulNav ul li.on {
  background: url(../uploadfiles/images/radioc.png) no-repeat center left;
}

@media (max-width: 1024px) {
  .PriceDisplay .PriceTit h1 {
    font-size: 20px;
    line-height: 35px;
  }
  .PriceDisplay .PriceTable .PriceTit .menubtn ul li {
    padding: 0 10px;
  }
  .PriceDisplay .PriceTable .PriceTit .menubtn ul li a {
    width: 120px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
  }
  .PriceDisplay .PriceTable .PriceTit .dateselect span {
    width: 120px;
    height: 35px;
    line-height: 33px;
  }
  .ServiceCon .dateselect span {
    width: 120px;
    height: 35px;
    line-height: 33px;
  }
  .PriceDisplay .PriceChart .date .SelectBox {
    width: 120px;
    height: 35px;
    line-height: 33px;
    font-size: 14px;
  }
  .PriceDisplay .PriceChart .date > span {
    font-size: 16px;
  }
  .PriceDisplay .PriceChart .ulNav {
    width: 100%;
    margin-top: 20px;
  }
  .PriceDisplay .PriceChart .ulNav ul li {
    padding-left: 20px;
  }
  .PriceDisplay .PriceChart .ulNav ul li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .PriceDisplay .PriceTit h1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .PriceDisplay .PriceTable .PriceTit .dateselect {
    float: left;
  }
  .ServiceCon .dateselect {
    float: left;
  }
}

@media (max-width: 640px) {
  .PriceDisplay .PriceTable .PriceTit .dateselect {
    width: 100%;
    margin: 20px 0;
  }
  .ServiceCon .dateselect {
    width: 100%;
    margin: 20px 0;
  }
  .PriceDisplay .PriceTable .PriceTit .menubtn {
    width: 100%;
    margin-left: 0;
  }
  .PriceDisplay .PriceTable .PriceTit .menubtn ul li a {
    width: 100px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
  .PriceDisplay .PriceTable .PriceTit .dateselect span {
    width: 100px;
    height: 30px;
    line-height: 28px;
  }
  .ServiceCon .dateselect span {
    width: 100px;
    height: 30px;
    line-height: 28px;
  }
  .PriceDisplay .PriceChart .ulNav ul li {
    margin-left: 0;
    margin-bottom: 5px;
    margin-right: 20px;
  }
  .PriceDisplay .PriceTable .tableBox {
    overflow: auto;
  }
  .PriceDisplay .PriceTable .tableBox table {
    width: 768px;
  }
  .PriceDisplay .PriceTable .tableBox table tr td {
    height: 45px;
  }
  .PriceDisplay .PriceTable .tableBox table tr th {
    padding: 5px 0;
  }
}

/* 银行理财产品查询 */

.BankPro ul li {
  width: 33.33%;
  float: left;
  border-left: 1px solid #eeeeee;
  box-sizing: border-box;
}

.BankPro ul li:first-child {
  border-left: none;
}

.BankPro ul li .icons {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  transition: 400ms;
  -webkit-transition: 400ms;
  position: relative;
  margin: 0 auto;
}

.BankPro ul li .icons img {
  width: 71px;
  height: 71px;
  left: 50%;
  top: 50%;
  margin-top: -35.5px;
  margin-left: -35.5px;
}

.BankPro ul li:hover .icons {
  background: #c61217;
}

.BankPro ul li .tit {
  font-size: 24px;
  font-family: pfm;
  margin: 50px 0 30px 0;
  text-align: center;
}

.BankPro ul li dl {
  min-height: 352px;
}

.BankPro ul li dl dd {
  width: 90%;
  max-width: 285px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin: 0 auto 20px;
}

.BankPro ul li dl dd a {
  font-size: 16px;
  color: #999;
  display: block;
}

.BankPro ul li dl dd:hover {
  background: #c61217;
}

.BankPro ul li dl dd:hover a {
  color: #fff;
}

@media (max-width: 1024px) {
  .BankPro ul li .tit {
    font-size: 20px;
  }
  .BankPro ul li .icons {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .BankPro ul li .icons {
    width: 80px;
    height: 80px;
  }
  .BankPro ul li .icons img {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }
  .BankPro ul li dl dd a {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .BankPro ul li {
    width: 100%;
    margin-bottom: 20px;
    border-left: none;
  }
  .BankPro ul li .icons {
    margin: 0 auto;
  }
  .BankPro ul li dl {
    min-height: 100px;
  }
  .BankPro ul li .tit {
    margin: 20px 0;
    font-size: 16px;
  }
  .BankPro ul li dl dd {
    margin-bottom: 10px;
  }
}

/* 银行理财产品查询-自有产品 */

.BankPro_01 {
  border: 1px solid #e9e9e9;
}

.BankPro_01 .BankProTit {
  padding: 30px;
  background: #f5f5f5;
}

.BankPro_01 .BankProTit h1 {
  font-size: 24px;
  font-family: pfm;
  line-height: 45px;
}

.BankPro_01 .BankProTit .nSearch {
  width: 245px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #e9e9e9;
  padding-right: 45px;
  position: relative;
  box-sizing: border-box;
  background: #fff;
}

.BankPro_01 .BankProTit .nSearch button {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  color: #c61217;
  height: 100%;
  width: 40px;
}

.BankPro_01 .BankProTit .nSearch input {
  box-sizing: border-box;
  padding: 0 10px;
}

.BankPro_01 .BankPro_list {
  padding: 1% 3% 3%;
}

@media (max-width: 1024px) {
  .BankPro_01 .BankProTit h1 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .BankPro_01 .BankProTit {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .BankPro_01 .BankProTit {
    padding: 10px;
  }
  .BankPro_01 .BankProTit h1 {
    font-size: 18px;
    line-height: 35px;
  }
  .BankPro_01 .BankProTit .nSearch {
    width: 200px;
    height: 35px;
    line-height: 33px;
  }
}

/* 理财工具 */

.SaveTool_01 .hdnav ul {
  text-align: center;
}

.SaveTool_01 .hdnav ul li {
  float: none;
  display: inline-block;
}

.SaveTool_01 .SaveToolBox {
  padding: 3% 0;
}

.SaveTool_01 .SaveToolBox .ToolBox {
}

.SaveTool_01 .SaveToolBox .ToolBox dl {
  max-width: 460px;
  margin: 5% auto;
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd {
  padding-left: 120px;
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 45px;
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd .ti {
  width: 110px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd .ti b {
  font-size: 14px;
  font-weight: normal;
  color: #c61217;
  display: none;
  margin-right: 5px;
  font-family: pfm;
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd .inputBox {
  height: 45px;
  line-height: 43px;
  box-sizing: border-box;
  padding-right: 43px;
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
  background: #f6f6f8;
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd .inputBox input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd .inputBox span {
  position: absolute;
  right: 10px;
  top: 0;
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd .SelectBox {
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd .SelectBox .SelectTxt {
  height: 43px;
  line-height: 41px;
  border-radius: 5px;
  background: url(../uploadfiles/images/toolselect.png) no-repeat center right
    #f6f6f8;
  border: 1px solid #eee;
  background-size: auto 100%;
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd .SelectBox .SelectTxt span {
  padding: 0 10px;
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd button {
  width: 160px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  text-align: center;
  background: #c61217;
  color: #fff;
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd.inputbtn span {
  color: #999;
  display: inline-block;
  border-bottom: 1px solid #e9e9e9;
  line-height: 30px;
  font-size: 14px;
  margin-left: 15px;
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd .radioBox {
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd .radioBox ul li {
  display: inline-block;
  padding-left: 30px;
  background: url(../uploadfiles/images/dot.png) no-repeat center left;
  margin-right: 20px;
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd .radioBox ul li.on {
  background: url(../uploadfiles/images/dotc.png) no-repeat center left;
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd .radioBox ul li a {
  display: block;
  padding: 0 20px;
  line-height: 43px;
  height: 45px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #eee;
  background: #f6f6f8;
}

.SaveTool_01 .SaveToolBox .ToolBox dl dd .radioBox ul li.on a {
  border: 1px solid #c61217;
  color: #c61217;
}

#Searchresult table {
  text-align: center;
}

@media (max-width: 480px) {
  .LifePay .hdnav ul li {
    width: 31.33%;
  }
  .SaveTool_01 .SaveToolBox .ToolBox dl dd {
    font-size: 14px;
    line-height: 35px;
    padding-left: 105px;
    margin-bottom: 10px;
  }
  .SaveTool_01 .SaveToolBox .ToolBox dl dd .ti {
    width: 100px;
  }
  .SaveTool_01 .SaveToolBox .ToolBox dl dd .SelectBox .SelectTxt {
    height: 33px;
    line-height: 31px;
  }
  .SaveTool_01 .SaveToolBox .ToolBox dl dd .inputBox {
    height: 35px;
    line-height: 35px;
  }
  .SaveTool_01 .SaveToolBox .ToolBox dl dd .radioBox ul li {
    padding-left: 20px;
    background-size: 15px;
    margin-right: 8px;
  }
  .SaveTool_01 .SaveToolBox .ToolBox dl dd .radioBox ul li:last-child {
    margin-right: 0;
  }
  .SaveTool_01 .SaveToolBox .ToolBox dl dd .radioBox ul li.on {
    background-size: 15px;
  }
  .SaveTool_01 .SaveToolBox .ToolBox dl dd .radioBox ul li a {
    height: 35px;
    line-height: 33px;
    padding: 0 5px;
  }
}

/* 网络金融-e钱庄 */

.NetworkFinanceInfo .Introduce .Scale-img {
  width: 37.857%;
}

.NetworkFinanceInfo .Introduce .Scale-img img {
  width: auto;
  display: inline-block;
}

.NetworkFinanceInfo .Introduce .con {
  width: 57.142%;
}

.NetworkFinanceInfo .Introduce .con .sign {
  margin-bottom: 30px;
}

.NetworkFinanceInfo .Introduce .con .tit {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 30px;
  height: 30px;
}

.NetworkFinanceInfo .Introduce .con .p {
  line-height: 30px;
  margin-bottom: 30px;
  color: #999;
}

.NetworkFinanceInfo .Introduce .other {
  margin-bottom: 50px;
}

.NetworkFinanceInfo .Introduce .other .name {
  color: #999;
  margin-bottom: 25px;
}

.NetworkFinanceInfo .Introduce .other dd {
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  text-align: center;
}

.NetworkFinanceInfo .Introduce .other dd .img {
  display: inline-block;
  border: 1px solid #e6e6e6;
}

.NetworkFinanceInfo .Introduce .other dd span {
  display: block;
  margin-top: 14px;
}

.NetworkFinanceInfo .ApplicableObject .ApplicableBox {
}

.NetworkFinanceInfo .ApplicableObject .ApplicableBox .Scale-img {
  width: 36%;
  padding-top: 298px;
  border-radius: 10px;
}

.NetworkFinanceInfo .ApplicableObject .ApplicableBox .txt {
  width: 60%;
  box-sizing: border-box;
  position: relative;
  padding-top: 5%;
}

.NetworkFinanceInfo .ApplicableObject .ApplicableBox .txt::before {
  content: "";
  display: block;
  width: 170px;
  height: 1px;
  background: #c61217;
  position: absolute;
  left: -80px;
  top: 32%;
  z-index: 99;
}

.NetworkFinanceInfo .ApplicableObject .ApplicableBox .txt h1 {
  font-size: 18px;
  margin-bottom: 10px;
}

.NetworkFinanceInfo .ApplicableObject .ApplicableBox .txt .dec {
  font-size: 14px;
  line-height: 30px;
  color: #999;
}

.NetworkFinanceInfo .Functional .FunctionalBox {
}

.NetworkFinanceInfo .Functional .FunctionalBox ul {
  margin-left: -2%;
}

.NetworkFinanceInfo .Functional .FunctionalBox ul::after {
  content: "";
  display: block;
  clear: both;
}

.NetworkFinanceInfo .Functional .FunctionalBox ul li {
  width: 31.33%;
  float: left;
  margin-left: 2%;
  box-sizing: border-box;
  background: #f6f6f6;
  padding: 70px 3% 20px 3%;
  margin-top: 80px;
  text-align: center;
  position: relative;
}

.NetworkFinanceInfo .Functional .FunctionalBox ul li .num {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #c61217;
  color: #fff;
  text-align: center;
  line-height: 84px;
  font-size: 36px;
  font-family: pfm;
  position: absolute;
  left: 50%;
  margin-left: -42px;
  top: -42px;
}

.NetworkFinanceInfo .Functional .FunctionalBox ul li .txt h1 {
  font-family: pfm;
  font-size: 16px;
  margin-bottom: 5px;
}

.NetworkFinanceInfo .Functional .FunctionalBox ul li .txt .p {
  font-size: 14px;
  line-height: 30px;
  height: 60px;
}

.NetworkFinanceInfo .FeeCollection .FeeCollectionBox {
  padding: 3% 0;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.NetworkFinanceInfo .FeeCollection .FeeCollectionBox ul::after {
  content: "";
  display: block;
  clear: both;
}

.NetworkFinanceInfo .FeeCollection .FeeCollectionBox ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  position: relative;
  border-left: 1px solid #f2f2f2;
  box-sizing: border-box;
}

.NetworkFinanceInfo .FeeCollection .FeeCollectionBox ul li:first-child {
  border-left: none;
}

.NetworkFinanceInfo .FeeCollection .FeeCollectionBox ul li p {
  font-family: pfm;
  font-size: 18px;
  margin-top: 20px;
}

.NetworkFinanceInfo .FeeCollection .FeeCollectionBox ul li p span {
  color: #c61217;
}

.NetworkFinanceInfo .FeeCollection .FeeCollectionBox ul li .ico img {
  max-height: 85px;
}

@media (max-width: 1100px) {
  .NetworkFinanceInfo .Introduce .con .sign,
  .NetworkFinanceInfo .Introduce .con .tit,
  .NetworkFinanceInfo .Introduce .con .p,
  .NetworkFinanceInfo .Introduce .other,
  .NetworkFinanceInfo .Introduce .other .name {
    margin-bottom: 15px;
  }
  /* .NetworkFinanceInfo .Introduce .con .sign{display: none;} */
  .NetworkFinanceInfo .Introduce .con .p {
    line-height: 24px;
  }
  .NetworkFinanceInfo .Introduce .other dd {
    width: 32.3333%;
    margin-right: 0;
  }
  .NetworkFinanceInfo .Introduce .other dd span {
    font-size: 12px;
  }
  .NetworkFinanceInfo .ApplicableObject .ApplicableBox .Scale-img {
    padding-top: 200px;
  }
  .NetworkFinanceInfo .ApplicableObject .ApplicableBox .txt::before {
    top: 20%;
  }
  .NetworkFinanceInfo .Functional .FunctionalBox ul li {
    margin-top: 50px;
    padding-top: 50px;
  }
  .NetworkFinanceInfo .Functional .FunctionalBox ul li .num {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 25px;
    top: -32px;
    margin-left: -32px;
  }
  .NetworkFinanceInfo .FeeCollection .FeeCollectionBox ul li .ico img {
    max-height: 65px;
  }
}

@media (max-width: 640px) {
  .NetworkFinanceInfo .Introduce .Scale-img,
  .NetworkFinanceInfo .Introduce .con {
    width: auto;
    float: none;
  }
  .NetworkFinanceInfo .Introduce .Scale-img {
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
  }
  .NetworkFinanceInfo .Introduce .con .tit {
    font-size: 20px;
  }
  .NetworkFinanceInfo .ApplicableObject .ApplicableBox .Scale-img {
    width: 100%;
    padding-top: 62%;
  }
  .NetworkFinanceInfo .ApplicableObject .ApplicableBox .txt {
    width: 100%;
  }
  .NetworkFinanceInfo .ApplicableObject .ApplicableBox .txt::before {
    display: none;
  }
  .NetworkFinanceInfo .ApplicableObject .ApplicableBox .txt h1 {
    font-size: 16px;
  }
  .NetworkFinanceInfo .ApplicableObject .ApplicableBox .txt .dec {
    line-height: 25px;
  }
  .NetworkFinanceInfo .Functional .FunctionalBox ul li {
    width: 48%;
    padding-top: 40px;
  }
  .NetworkFinanceInfo .Functional .FunctionalBox ul li .num {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin-left: -25px;
    top: -25px;
  }
  .NetworkFinanceInfo .Functional .FunctionalBox ul li .txt .p {
    font-size: 14px;
    line-height: 25px;
    height: 125px;
  }
  .NetworkFinanceInfo .FeeCollection .FeeCollectionBox ul li {
    width: 100%;
    margin: 20px 0;
    border: none;
  }
  .NetworkFinanceInfo .FeeCollection .FeeCollectionBox ul li .ico img {
    height: 40px;
  }
  .NetworkFinanceInfo .FeeCollection .FeeCollectionBox ul li p {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* 网络金融-呼啦 */

.Hula .Introduce {
  border-bottom: 1px solid #eee;
}

.Hula .Introduce .Scale-img {
  text-align: center;
}

.Hula .Introduce .Scale-img img {
  max-height: 410px;
}

.Hula .ProIntro .ProIntroBox {
}

.Hula .ProIntro .ProIntroBox .item {
  width: 50%;
  float: left;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  padding-right: 20px;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.Hula .ProIntro .ProIntroBox .item:nth-child(2n) {
  padding-right: 0;
  padding-left: 20px;
}

.Hula .ProIntro .ProIntroBox .item .Scale-img {
  width: 40%;
  cursor: inherit;
}

.Hula .ProIntro .ProIntroBox .item .Scale-img img {
  max-width: 90%;
  max-height: 360px;
  width: auto;
}

.Hula .ProIntro .ProIntroBox .item .txt {
  width: 58%;
  min-height: 390px;
}

.Hula .ProIntro .ProIntroBox .item .nTit_02 h1 {
  color: #333;
}

.Hula .ProIntro .ProIntroBox .item .nTit_02 h1 span {
  font-size: 48px;
  color: #ccc;
  display: inline-block;
  margin-right: 10px;
}

.Hula .ProIntro .ProIntroBox .item .h1 {
  font-size: 18px;
  font-family: pfm;
  margin: 30px 0 10px 0;
}

.Hula .ProIntro .ProIntroBox .item .dec {
  font-size: 14px;
  line-height: 30px;
  color: #999;
}

.Hula .ProIntro .ProIntroBox .item .txt .advantage {
  margin-top: 30px;
}

.Hula .ProIntro .ProIntroBox .item .txt .advantage .title {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  font-family: pfm;
  color: #333;
  margin-bottom: 15px;
}

.Hula .ProIntro .ProIntroBox .item .txt .advantage .title::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #c61217;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.Hula .ProIntro .ProIntroBox .item .txt .advantage ul li {
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  margin-bottom: 10px;
  background: #c61217;
  text-align: center;
  color: #fff;
}

.Hula .ProIntro .ProIntroBox .item:nth-child(2) .txt .advantage_01 ul li {
  width: 48%;
}

.Hula .ProIntro .ProIntroBox .item .txt .advantage_01 ul li {
  width: 100%;
  margin-left: 2%;
  float: left;
}

.Hula .ProIntro .ProIntroBox .item .txt .advantage_01 ul {
  margin-left: -2%;
}

.Hula .ProIntro .ProIntroBox .item .txt .advantage_01 ul::after {
  content: "";
  display: block;
  clear: both;
}

.Hula .ServiceChannel ul::after {
  content: "";
  display: block;
  clear: both;
}

.Hula .ServiceChannel ul {
  margin-left: -4%;
}

.Hula .ServiceChannel ul li {
  width: 46%;
  float: left;
  margin-left: 4%;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 50px 30px 50px 200px;
  position: relative;
  margin-bottom: 40px;
}

.Hula .ServiceChannel ul li .icons {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #c61217;
  position: absolute;
  left: 50px;
  margin-top: -50px;
  top: 50%;
}

.Hula .ServiceChannel ul li .icons img {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  top: 50%;
  left: 50%;
}

.Hula .ServiceChannel ul li .txt {
}

.Hula .ServiceChannel ul li .txt h1 {
  font-size: 18px;
  font-family: pfm;
  margin-bottom: 10px;
}

.Hula .ServiceChannel ul li .txt .dec {
  font-size: 14px;
  color: #999;
}

.Hula .ServiceChannel ul li:hover {
  background: url(../uploadfiles/image/logoBg.png) no-repeat center right 20px
    #c61217;
}

.Hula .ServiceChannel ul li:hover .icons {
  background: #fff;
}

.Hula .ServiceChannel ul li:hover .txt h1 {
  color: #fff;
}

.Hula .ServiceChannel ul li:hover .txt .dec {
  color: #e7abad;
}

@media (max-width: 1100px) {
  .Hula .Introduce .Scale-img img {
    max-height: 375px;
  }
  .Hula .ProIntro .ProIntroBox .item .nTit_02 h1 span {
    font-size: 30px;
  }
  .Hula .ProIntro .ProIntroBox .item .dec {
    line-height: 25px;
  }
  .Hula .ServiceChannel ul li {
    padding: 30px 20px 30px 140px;
  }
  .Hula .ServiceChannel ul li .icons {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    left: 30px;
  }
}

@media (max-width: 768px) {
  .Hula .ProIntro .ProIntroBox .item {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .Hula .ProIntro .ProIntroBox .item:nth-child(2n) {
    padding-left: 0;
  }
  .NetworkFinanceInfo .Introduce .con .sign {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .Hula .ProIntro .ProIntroBox .item {
    margin-bottom: 20px;
  }
  .Hula .ProIntro .ProIntroBox .item .Scale-img {
    width: 100%;
  }
  .Hula .ProIntro .ProIntroBox .item .Scale-img img {
    max-height: 150px;
    margin: 0 auto;
  }
  .Hula .ProIntro .ProIntroBox .item .txt {
    min-height: 100px;
    width: 100%;
  }
  .Hula .ProIntro .ProIntroBox .item .nTit_02 h1 span {
    font-size: 25px;
    margin-right: 5px;
  }
  .Hula .ProIntro .ProIntroBox .item .h1 {
    font-size: 16px;
    margin-top: 20px;
  }
  .Hula .ServiceChannel ul li {
    width: 96%;
    margin-bottom: 10px;
  }
  .Hula .ServiceChannel ul li {
    padding: 20px 20px 20px 90px;
  }
  .Hula .ServiceChannel ul li .icons {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    left: 20px;
  }
  .Hula .ServiceChannel ul li .icons img {
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }
  .Hula .ServiceChannel ul li .txt h1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .Hula .ProIntro .ProIntroBox .item .txt .advantage .title {
    font-size: 16px;
  }
}

/* 网络金融-网上银行 */

.NetBank .NetBankIntro {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 3%;
}

.NetBank .NetBankIntro .Scale-img {
  width: 35%;
}

.NetBank .NetBankIntro .txt {
  width: 60%;
}

.NetBank .NetBankIntro .txt h1 {
  font-size: 24px;
  font-family: pfm;
  margin-bottom: 10px;
}

.NetBank .NetBankIntro .txt .dec {
  font-size: 14px;
  line-height: 30px;
  color: #999;
}

.NetBank .BankType {
}

.NetBank .BankType .BankBox {
}

.NetBank .BankType .BankBox .img {
  width: 35%;
  position: relative;
}

.NetBank .BankType .BankBox .img .bankBtn a {
  width: 280px;
  height: 60px;
  line-height: 60px;
  display: block;
  background: #c61217;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: 99;
  font-size: 18px;
}

.NetBank .BankType .BankBox .img .Scale-img {
  padding-top: 320px;
  border-radius: 10px;
}

.NetBank .BankType .BankBox .txt {
  width: 60%;
}

.NetBank .BankType .BankBox .txt .title {
  padding-left: 20px;
  position: relative;
  font-family: pfm;
  font-size: 16px;
  margin-bottom: 5px;
}

.NetBank .BankType .BankBox .txt .title::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #c61217;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.NetBank .BankType .BankBox .txt .dec {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

.NetBank .BankType .BankBox .txt .con {
  margin-bottom: 20px;
}

.NetBank .BankType .BankBox .txt .moreEye {
}

.NetBank .BankType .BankBox .txt .moreEye a {
  display: block;
  width: 180px;
  height: 48px;
  line-height: 48px;
  background: #f6f6f6;
  text-align: center;
  color: #37231f;
  margin-top: 30px;
}

.NetBank .BankType .BankBox .txt .moreEye a:hover {
  background: #c61217;
  color: #333;
}

.NetBank .BankType .BankBox .txt .moreEye a:hover img {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.NetBank .BankType .BankBox .txt .moreEye a img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.NetBank .Feature {
  border-top: 1px solid #f5f5f5;
  margin-top: 5%;
}

.NetBank .Feature .FeatureBox {
  margin-left: -2%;
}

.NetBank .Feature .FeatureBox .item {
  width: 31.33%;
  margin-left: 2%;
  float: left;
  box-sizing: border-box;
  background: #f6f6f6;
  padding: 3%;
}

.NetBank .Feature .FeatureBox .item .ico {
  width: 99px;
  height: 99px;
  line-height: 99px;
  border-radius: 50%;
  border: 1px solid rgba(198, 18, 23, 0.1);
  text-align: center;
  margin-bottom: 30px;
}

.NetBank .Feature .FeatureBox .item .ico img {
  vertical-align: middle;
}

.NetBank .Feature .FeatureBox .item h1 {
  font-family: pfm;
  font-size: 18px;
  margin-bottom: 10px;
}

.NetBank .Feature .FeatureBox .item .dec {
  font-size: 14px;
  line-height: 30px;
  color: #999;
  height: 180px;
}

.NetBank .Feature .FeatureBox .item b {
  display: block;
  width: 60px;
  height: 2px;
  background: #c61217;
  margin: 30px 0;
}

.NetBank .Download ul::after {
  content: "";
  display: block;
  clear: both;
}

.NetBank .Download ul {
  margin-left: -2%;
}

.NetBank .Download ul li {
  width: 48%;
  float: left;
  margin-left: 2%;
  padding: 50px 0;
  box-sizing: border-box;
  background: #f6f6f6;
  padding-left: 280px;
  position: relative;
}

.NetBank .Download ul li .ico {
  position: absolute;
  left: 160px;
  top: 50%;
  margin-top: -44px;
}

.NetBank .Download ul li .txt {
}

.NetBank .Download ul li .txt p {
  font-size: 18px;
  font-family: pfm;
  margin-bottom: 5px;
}

.NetBank .Download ul li .txt span {
  color: #999;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .NetBank .NetBankIntro .txt h1 {
    font-size: 20px;
  }
  .NetBank .NetBankIntro .txt .dec {
    line-height: 25px;
  }
  .NetBank .BankType .BankBox .txt .dec {
    line-height: 25px;
  }
  .NetBank .BankType .BankBox .img .Scale-img {
    padding-top: 270px;
  }
  .NetBank .BankType .BankBox .img .bankBtn a {
    width: 240px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  .NetBank .Feature .FeatureBox .item .ico {
    width: 79px;
    height: 79px;
    line-height: 79px;
  }
  .NetBank .Download ul li {
    padding-left: 200px;
  }
  .NetBank .Download ul li .ico {
    left: 90px;
  }
}

@media (max-width: 768px) {
  .NetBank .Feature .FeatureBox .item {
    width: 98%;
    margin-bottom: 10px;
  }
  .NetBank .Feature .FeatureBox .item .dec {
    height: auto;
  }
  .NetBank .Download ul li {
    padding-left: 0;
    padding: 20px;
    text-align: center;
  }
  .NetBank .Download ul li .ico {
    margin-top: 0;
    position: static;
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  .NetBank .NetBankIntro .Scale-img {
    width: 100%;
  }
  .NetBank .NetBankIntro .txt {
    width: 100%;
    margin-top: 20px;
  }
  .NetBank .NetBankIntro .txt h1 {
    font-size: 18px;
  }
  .NetBank .BankType .BankBox .img {
    width: 100%;
  }
  .NetBank .BankType .BankBox .img .Scale-img {
    padding-top: 65%;
  }
  .NetBank .BankType .BankBox .txt {
    width: 100%;
    margin-top: 20px;
  }
  .NetBank .BankType .BankBox .txt .moreEye a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
  }
  .NetBank .Feature .FeatureBox .item .ico {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 20px auto;
  }
  .NetBank .Feature .FeatureBox .item .ico img {
    max-width: 30px;
    max-height: 30px;
  }
  .NetBank .Feature .FeatureBox .item h1 {
    text-align: center;
  }
  .NetBank .Feature .FeatureBox .item b {
    margin: 20px auto;
  }
  .NetBank .Download ul li {
    width: 98%;
    margin-bottom: 10px;
  }
  .NetBank .Download ul li .ico img {
    height: 50px;
  }
  .NetBank .Download ul li .txt p {
    font-size: 16px;
  }
}

/* 网络金融-微信银行 */

.Ewabank .EwaIntro {
  margin-bottom: 20px;
  background: #fff;
  padding: 3.5%;
}

.Ewabank .EwaIntro .txt {
  width: 55%;
}

.Ewabank .EwaIntro .txt h1 {
  font-size: 30px;
  font-family: pfm;
}

.Ewabank .EwaIntro .txt b {
  display: block;
  width: 20px;
  height: 2px;
  background: #c61217;
  margin: 20px 0;
}

.Ewabank .EwaIntro .txt .con {
  line-height: 30px;
  color: #666;
}

.Ewabank .EwaIntro .img {
  width: 40%;
  box-sizing: border-box;
  padding: 11% 0 10% 6%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.Ewabank .EwaIntro .img ul {
  text-align: center;
}

.Ewabank .EwaIntro .img ul li {
  float: left;
  margin: 0 20px;
  width: 150px;
  text-align: center;
}

.Ewabank .EwaIntro .img ul li img {
  max-width: 150px;
  max-height: 150px;
  width: 100%;
}

.Ewabank .EwaIntro .img ul li span {
  display: block;
  color: #fff;
  line-height: 30px;
}

.Ewabank .EwaFunction {
  background: #fff;
  padding: 2.5%;
}

.Ewabank .EwaFunction ul::after {
  content: "";
  display: block;
  clear: both;
}

.Ewabank .EwaFunction ul {
  margin-left: -2%;
}

.Ewabank .EwaFunction ul li {
  width: 31.33%;
  float: left;
  margin-left: 2%;
  box-sizing: border-box;
  border: 1px solid #ededed;
  padding: 1.5% 2%;
  margin-bottom: 20px;
}

.Ewabank .EwaFunction ul li .num {
  width: 38px;
  height: 32px;
  background: url(../uploadfiles/image/numBg_01.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-family: pfm;
  font-size: 16px;
}

.Ewabank .EwaFunction ul li h1 {
  font-size: 20px;
  font-family: pfm;
  margin: 15px 0 10px 0;
}

.Ewabank .EwaFunction ul li .dec {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  height: 100px;
}

@media (max-width: 1024px) {
  .Ewabank .EwaIntro .img {
    padding: 5% 0;
    text-align: center;
  }
  .Ewabank .EwaIntro .img ul li {
    float: none;
    display: block;
    margin: 20px auto;
  }
  .Ewabank .EwaIntro .txt h1 {
    font-size: 20px;
  }
  .Ewabank .EwaIntro .txt .con {
    line-height: 25px;
  }
  .Ewabank .EwaFunction ul li h1 {
    font-size: 18px;
  }
  .Ewabank .EwaFunction ul li .dec {
    height: 125px;
  }
}

@media (max-width: 768px) {
  .Ewabank .EwaFunction ul li {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .Ewabank .EwaIntro .txt {
    width: 100%;
  }
  .Ewabank .EwaIntro .img {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }
  .Ewabank .EwaIntro .txt h1 {
    font-size: 18px;
    margin-top: 10px;
  }
  .Ewabank .EwaIntro .img ul li {
    float: left;
    margin: 0 10px;
    width: 120px;
  }
  .Ewabank .EwaIntro .img ul li span {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .Ewabank .EwaFunction ul li {
    width: 98%;
    margin-bottom: 10px;
  }
}

/* 网络金融-快捷支付 */

.QuickPay .Introduce .Scale-img {
  text-align: center;
}

.QuickPay .Introduce .Scale-img img {
  max-height: 375px;
}

.QuickPay .Introduce .con {
  padding: 7% 0 0 0;
}

.QuickPay .line {
  width: 100%;
  height: 1px;
  background: #ededed;
  position: relative;
  margin: 3% 0;
}

.QuickPay .line::before {
  content: "";
  display: block;
  width: 70px;
  height: 100%;
  background: #c61217;
  position: absolute;
  left: 0;
  bottom: 0;
}

.QuickPay .ewaList h1 {
  font-size: 18px;
  font-family: pfm;
  margin-bottom: 20px;
}

.QuickPay .ewaList ul::after {
  content: "";
  display: block;
  clear: both;
}

.QuickPay .ewaList ul {
  margin-left: -2%;
}

.QuickPay .ewaList ul li {
  width: 31.33%;
  float: left;
  margin-left: 2%;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  box-sizing: border-box;
  padding: 4.5% 0;
}

.QuickPay .ewaList ul li .img {
  border: 1px solid #e6e6e6;
  display: inline-block;
}

.QuickPay .ewaList ul li span {
  font-size: 18px;
  font-family: pfm;
  margin-top: 20px;
  display: block;
}

.QuickPay .ewaList ul li .img img {
  max-height: 175px;
}

.QuickPay .endPart {
  margin-top: 5%;
}

.QuickPay .endPart .txt {
  width: 46%;
  padding-top: 6%;
}

.QuickPay .endPart .txt b {
  display: block;
  width: 70px;
  height: 1px;
  background: #c61217;
  margin: 30px 0;
}

.QuickPay .endPart .txt h1 {
  font-size: 18px;
  font-family: pfm;
}

.QuickPay .endPart .txt .dec {
  font-size: 14px;
  line-height: 30px;
  color: #999;
  margin-top: 20px;
}

.QuickPay .endPart .Scale-img {
  width: 46%;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  box-sizing: border-box;
}

/* .QuickPay .endPart .Scale-img img{width:auto;max-width:100%;margin:0 auto;} */

@media (max-width: 1024px) {
  .QuickPay .ewaList ul li span {
    font-size: 14px;
  }
  .QuickPay .ewaList ul li span {
    padding: 0 10px;
    height: 48px;
  }
  .QuickPay .endPart .txt {
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .QuickPay .line {
    margin: 20px 0;
  }
  .QuickPay .ewaList h1 {
    font-size: 18px;
    margin: 10px 0;
  }
  .QuickPay .ewaList ul li {
    padding: 0;
    background: none;
    box-shadow: 0 0 0 #fff;
  }
  .QuickPay .ewaList ul li span {
    margin-top: 5px;
    font-family: pf;
    font-size: 12px;
    padding: 0;
    line-height: 20px;
    height: 60px;
  }
  .QuickPay .endPart .txt {
    width: 100%;
  }
  .QuickPay .endPart .Scale-img {
    width: 100%;
    margin-top: 20px;
  }
  .QuickPay .endPart .txt h1 {
    font-size: 16px;
  }
  .QuickPay .endPart .txt .dec {
    line-height: 25px;
  }
}

/*搜索结果页*/

.ZxList {
  padding-bottom: 3%;
  background: #f7f8fc;
}

.ZxList .item {
  background: #fff;
  margin-bottom: 20px;
}

.ZxList .item a {
  padding: 37px 60px;
  display: block;
  position: relative;
}

.ZxList .item a:after {
  content: "";
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #c61217;
  z-index: 1;
  width: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.ZxList .item .date {
  font-size: 14px;
}

.ZxList .item .tit {
  line-height: 30px;
  font-size: 20px;
  color: #333;
}

.ZxList .item .p {
  height: 30px;
  -webkit-line-clamp: 1;
  color: #999999;
  margin: 6px 0 10px;
}

.ZxList .item:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.ZxList .item:hover a:after {
  width: 100%;
  left: 0;
}

@media (max-width: 1024px) {
  .ZxList .item {
    margin-bottom: 12px;
  }
  .ZxList .item a {
    padding: 15px 15px;
  }
  .ZxList .item .tit {
    line-height: 32px;
    font-size: 16px;
  }
  .ZxList .item .p {
    height: 24px;
  }
}

@media (max-width: 767px) {
  .ZxList .item .tit {
    line-height: 24px;
    font-size: 15px;
  }
}

/*计算器验证弹框*/

.AlertPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.AlertPopup .AlertPopupBox {
  background: #fff;
  width: 30%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 3%;
  border-radius: 10px;
}

.AlertPopup .AlertPopupBox .Close {
  width: 100px;
  height: 40px;
  background: #c61217;
  text-align: center;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  margin: 20px auto 0;
}

.AlertPopup .AlertPopupBox .popcon {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

body > .Ban {
  text-align: center;
}

@media (max-width: 1440px) {
  .HomeBank .w1400,
  .HomeBox .w1400,
  .HomeService .w1400 {
    max-width: 1300px;
  }
}

/* ie8提示弹窗 */
.WarnIe8 {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.WarnIe8 .WarnBoxIe8 {
  width: 360px;
  height: 200px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -180px;
  box-sizing: border-box;
}
.WarnIe8 .WarnBoxIe8 .Close {
  position: absolute;
  width: 40px;
  top: -50px;
  left: 50%;
  margin-left: -20px;
}
.WarnIe8 .WarnBoxIe8 .Close img {
  width: 40px;
}
.WarnIe8 .WarnBoxIe8 .txt {
  padding: 15% 6%;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  font-family: pfm;
}

/*22-01-07*/
.proSearch {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3%;
}
.proSearch input {
  width: 80%;
  float: left;
  height: 60px;
  background-color: #ededed;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #a6a6a6;
  padding: 0 2%;
  box-sizing: border-box;
}
.proSearch .sbtn {
  width: 18%;
  height: 60px;
  background-color: #c61217;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  float: right;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.proSearch .ico_search {
  width: 20px;
  height: 20px;
  background: url(../images/ico_s111111.png) center no-repeat;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .proSearch input,
  .proSearch .sbtn {
    height: 50px;
    line-height: 50px;
  }
  .proSearch input {
    width: 70%;
  }
  .proSearch .sbtn {
    width: 28%;
  }
}

/* 理财信披文件 */
.FinancialList {
  margin-top: 10px;
  max-height: 820px;
  overflow-y: auto;
}
.FinancialList ul {
  border-top: 1px solid #ededed;
}

.FinancialList li {
  border-bottom: 1px solid #ededed;
  height: 69px;
  line-height: 69px;
  overflow: hidden;
  padding: 0 2% 0 1%;
}

.FinancialList li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  color: #c61217;
  margin-right: 1%;
}

.FinancialList li a {
  font-size: 16px;
  color: #666;
}

.FinancialList li span {
  float: right;
  color: #999;
  margin-left: 10px;
}

.FinancialList li:hover {
  background: #c61217;
  box-shadow: 0 20px 50px rgba(198, 18, 23, 0.1);
}

.FinancialList li:hover a,
.FinancialList li:hover i,
.FinancialList li:hover span {
  color: #fff;
}

@media (max-width: 768px) {
  .FinancialList li {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 480px) {
  .FinancialList li a {
    font-size: 14px;
  }
  .FinancialList li span {
    font-size: 12px;
  }
}

/*资产托管*/
.SerInformation .AssetNav {
  width: 20%;
  float: left;
  border: 1px solid #e6e6e6;
  background: url(../uploadfiles/images/navbg.png) no-repeat center bottom;
  box-sizing: border-box;
  padding: 3%;
  min-height: 520px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.SerInformation .AssetNav ul li {
  line-height: 60px;
  text-align: left;
  font-size: 18px;
  font-family: pfm;
}

.SerInformation .AssetNav ul li.on a {
  color: #c61217;
}

.SerInformation .AssetNav ul li.on a::before {
  display: block;
}

.SerInformation .AssetNav ul li:hover a {
  color: #c61217;
}

.SerInformation .AssetNav ul li:hover a::before {
  display: block;
}

.SerInformation .AssetNav ul li a {
  position: relative;
}

.SerInformation .AssetNav ul li a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #c61217;
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -1px;
  display: none;
}

@media (max-width: 1024px) {
  .SerInformation .AssetNav {
    width: 100%;
    padding: 0;
    min-height: 50px;
    text-align: center;
    background: none;
  }
  .SerInformation .AssetNav ul li {
    font-size: 16px;
    display: inline-block;
    margin: 0 3%;
  }
}

@media (max-width: 480px) {
  .SerInformation .AssetNav ul li {
    line-height: 45px;
  }
  .SerInformation .AssetNav ul li a::before {
    display: none;
  }
  .SerInformation .AssetNav ul li.on a::before {
    display: none;
  }
}
